Skip to content

Commit

Permalink
HOWTO-RELEASE: add reminder to add/remove manual files in CVS
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Apr 7, 2024
1 parent 1f21b44 commit 07007fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,14 @@ Release procedure
stow "GNU Stow manual"

cd $stow_web_repo
# Check for any added/removed files, then add/remove as necessary
cvs -nq update
cvs add ...
cvs remove ...

# Check that the changes look OK
cvs diff

# Then commit
cvs commit -m "Update manual to v$version"

Expand Down

0 comments on commit 07007fe

Please sign in to comment.