sunterlib/README.admin

15 lines
505 B
Plaintext
Raw Normal View History

2003-02-24 14:16:56 -05:00
How to make a release:
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.
8. Start a new version entry in the top level NEWS file.