Skip to content

Commit

Permalink
Release instructions tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Aug 16, 2019
1 parent 61e0863 commit ab45954
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,10 @@ Releasing a new Version
-----------------------
1. Consider updating `the Output section`_, push those changes. Consider updating
the ``ptop`` screenshot, scale your window to 90x24 before shooting it.
2. Do ``git tag | cat`` and think about what the next version number should be.
3. Do ``git log --first-parent $(git describe --abbrev=0)..HEAD`` to see changes
since the last release
2. Do ``git describe --abbrev=0`` to see the most recent version number, and think
about what the next version number should be.
3. Do ``git log --first-parent $(git describe --abbrev=0)..HEAD | cat`` to see
changes since the last release
4. Do ``git tag --annotate 1.2.3`` to set the next version number. The
text you write for this tag will show up as the release description on Github,
write something nice! And remember that the first line is the subject line for
Expand Down

0 comments on commit ab45954

Please sign in to comment.