Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jul 16, 2017
1 parent 3ed7d33 commit 9a07a56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ And maybe update the frozen dependencies and makefile content (edgy-project mana
rm requirements*; edgy-project update
Edit the changelog ...
Generate a changelog...

.. code-block:: shell-session
git log --oneline --no-merges --pretty=format:"* %s (%an)" `git tag | tail -n 1`..
And paste it to project changelog, then format a bit. Everything that only concerns non-code stuff should be removed (documentation, etc.) and maybe some commits grouped so it's more readable for an human, and more logically organized than the raw git log.

.. code-block:: shell-session
vim docs/changelog.rst
If you have formating to do, now is the time...
Expand Down

0 comments on commit 9a07a56

Please sign in to comment.