14 lines
456 B
Plaintext
14 lines
456 B
Plaintext
|
How to make a release:
|
||
|
|
||
|
1. Make sure NEWS is up-to-date (at least add the distribution date).
|
||
|
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:
|
||
|
scp sunterlib-0.1.tar.gz subversions.gnu.org:/upload/sunterlib
|
||
|
7. Increment the version number in Makefile.
|
||
|
8. Start a new version entry in NEWS.
|