Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release-guide] move tagging down a step
  • Loading branch information
perlpilot committed Nov 18, 2009
1 parent 1af4482 commit 43869dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/release-guide.pod
Expand Up @@ -36,21 +36,21 @@ in your clone of the book repository.

=item 1

Tag the release:
Summarize the major changes since the last release and put them in an
announcement. Place the announcement in F<docs/announce/>.

git tag -a -m'Release YYYY-MM' YYYY-MM
git push --tags
Use the following command to see a chronology of changes:

where C<YYYY-MM> is the four digit year and 2 digit month.
git log --since=YYYY-MM-DD --reverse

=item 2

Summarize the major changes since the last release and put them in an
announcement. Place the announcement in F<docs/announce/>.
Tag the release:

Use the following command to see a chronology of changes:
git tag -a -m'Release YYYY-MM' YYYY-MM
git push --tags

git log --since=YYYY-MM-DD --reverse
where C<YYYY-MM> is the four digit year and 2 digit month.

=item 3

Expand Down

0 comments on commit 43869dd

Please sign in to comment.