HOWTO-RELEASE: add suggested commands for updating home page
This commit is contained in:
parent
9d546b1843
commit
ed2091e9a5
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,12 @@ Release procedure
|
||||||
- Update the news section of stow.html in the stow-web CVS repository
|
- Update the news section of stow.html in the stow-web CVS repository
|
||||||
to mention the new release.
|
to mention the new release.
|
||||||
|
|
||||||
|
cd $stow_web_repo
|
||||||
|
# Check that the changes look OK
|
||||||
|
cvs diff
|
||||||
|
# Then commit
|
||||||
|
cvs commit -m "Update home page to v$version"
|
||||||
|
|
||||||
- Send release announcements to
|
- Send release announcements to
|
||||||
|
|
||||||
- info-stow@gnu.org
|
- info-stow@gnu.org
|
||||||
|
|
Loading…
Reference in a new issue