HOWTO-RELEASE: remove body indent
This commit is contained in:
parent
ee118fb616
commit
d82b6aa1a8
1 changed files with 61 additions and 61 deletions
|
@ -11,14 +11,14 @@ First read the official information for maintainers of GNU software:
|
||||||
Release procedure
|
Release procedure
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Ensure NEWS contains the latest changes.
|
- Ensure NEWS contains the latest changes.
|
||||||
|
|
||||||
- Ensure configure.ac contains the new version number.
|
- Ensure configure.ac contains the new version number.
|
||||||
This should follow Semantic Versioning as described at:
|
This should follow Semantic Versioning as described at:
|
||||||
|
|
||||||
http://semver.org/
|
http://semver.org/
|
||||||
|
|
||||||
- Check CPAN distribution will work via Module::Build:
|
- Check CPAN distribution will work via Module::Build:
|
||||||
|
|
||||||
- Generate stow, chkstow, and lib/Stow.pm via:
|
- Generate stow, chkstow, and lib/Stow.pm via:
|
||||||
|
|
||||||
|
@ -39,21 +39,21 @@ Release procedure
|
||||||
|
|
||||||
- Check META.yaml and META.json have the new version number.
|
- Check META.yaml and META.json have the new version number.
|
||||||
|
|
||||||
- Ensure all changes are committed to git.
|
- Ensure all changes are committed to git.
|
||||||
|
|
||||||
- Run make distcheck and ensure that everything looks good.
|
- Run make distcheck and ensure that everything looks good.
|
||||||
It should generate the distribution files for you.
|
It should generate the distribution files for you.
|
||||||
|
|
||||||
- Tag the current git HEAD with the new version number:
|
- Tag the current git HEAD with the new version number:
|
||||||
|
|
||||||
git tag -s v7.8.9
|
git tag -s v7.8.9
|
||||||
|
|
||||||
- Push HEAD and tag to savannah
|
- Push HEAD and tag to savannah
|
||||||
|
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
- Regenerate the documentation for the website:
|
- Regenerate the documentation for the website:
|
||||||
|
|
||||||
# First check out gnulib repository via:
|
# First check out gnulib repository via:
|
||||||
# git clone git://git.savannah.gnu.org/gnulib.git
|
# git clone git://git.savannah.gnu.org/gnulib.git
|
||||||
|
@ -80,17 +80,17 @@ Release procedure
|
||||||
# Then commit
|
# Then commit
|
||||||
cvs commit -m 'Update manual to v7.8.9'
|
cvs commit -m 'Update manual to v7.8.9'
|
||||||
|
|
||||||
- Run ./Build dist
|
- Run ./Build dist
|
||||||
|
|
||||||
- Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
|
- Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
|
||||||
|
|
||||||
- Upload to ftp.gnu.org. This is easiest using gnupload:
|
- Upload to ftp.gnu.org. This is easiest using gnupload:
|
||||||
|
|
||||||
- git clone git://git.savannah.gnu.org/gnulib.git
|
- git clone git://git.savannah.gnu.org/gnulib.git
|
||||||
- Copy gnulib/build-aux/gnupload to somewhere on your $PATH
|
- Copy gnulib/build-aux/gnupload to somewhere on your $PATH
|
||||||
- Run gnupload --to ftp.gnu.org:stow --symlink-regex stow-7.8.9.tar.*
|
- Run gnupload --to ftp.gnu.org:stow --symlink-regex stow-7.8.9.tar.*
|
||||||
|
|
||||||
- Send release announcements to
|
- Send release announcements to
|
||||||
|
|
||||||
- info-stow@gnu.org
|
- info-stow@gnu.org
|
||||||
- stow-devel@gnu.org
|
- stow-devel@gnu.org
|
||||||
|
|
Loading…
Reference in a new issue