2003-02-24 14:16:56 -05:00
|
|
|
How to make a release:
|
|
|
|
|
2004-03-11 15:53:48 -05:00
|
|
|
1. Make sure the NEWS files are up-to-date (at least add the
|
|
|
|
distribution date).
|
2003-02-24 14:16:56 -05:00
|
|
|
2. Check out a clean source tree from cvs.
|
|
|
|
3. Make the distribution:
|
|
|
|
make dist
|
|
|
|
4. Test the distribution.
|
|
|
|
5. Tag the release. For example to tag sunterlib-0.1.tar.gz
|
|
|
|
cvs tag sunterlib-0-1 .
|
|
|
|
6. Post the release:
|
2003-05-19 21:43:59 -04:00
|
|
|
scp sunterlib-0.1.tar.gz subversions.gnu.org:/upload/sunterlib/release.pkg/0.1/
|
2003-02-24 14:16:56 -05:00
|
|
|
7. Increment the version number in Makefile.
|
2004-03-11 15:53:48 -05:00
|
|
|
8. Start a new version entry in the top level NEWS file.
|