diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-01-20 11:29:40 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-20 11:29:40 +0000 | 
| commit | 30377baa5eab8fb1a471b2859244a007bc2e803a (patch) | |
| tree | 456b3aa6291e51405a71259c383e1a7027b8e838 | |
| parent | aa8b7dd336dbe34a7a14c65b189997489a6dc8cf (diff) | |
steps I *MUST* perform when I release a package
| -rw-r--r-- | docs/HOWTO-RELEASE | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/docs/HOWTO-RELEASE b/docs/HOWTO-RELEASE new file mode 100644 index 000000000..954aa7f9a --- /dev/null +++ b/docs/HOWTO-RELEASE @@ -0,0 +1,25 @@ +Steps To Perform When Building a Public Release + +* "make distcheck" + +* ./maketgz + then upload the 3 curl packages maketgz created + +* update these files: +  www/_download.html +  www/_changes.html +  www/_newslog.html +  www/Makefile + +* commit the web changes + +* 'cvs commit' + +* 'cvs tag' + +* write the release announcement, including: +  - changes / bugfixes +  - other curl-related news +  - contributors + +* mail release-announcement to curl-announce and curl-users | 
