From f5fe9f8a5d38b7f13fd2d53dca5249acdbda45ce Mon Sep 17 00:00:00 2001 From: Kerkko Pelttari Date: Wed, 11 Mar 2020 19:44:45 +0200 Subject: [PATCH] Add release note instructions --- development.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development.rst b/development.rst index 661b70e..e7d39e2 100644 --- a/development.rst +++ b/development.rst @@ -29,5 +29,9 @@ Making a release #. Create a signed tag: :code:`git tag -s v0.7.1` #. Push the commit and tag: :code:`git push origin refs/tags/v0.7.1` #. Create a release on GitHub + - For release notes: + - Main repo `git log $PREVIOUS_RELEASE_TAG...master --oneline --decorate >> commit_summary.txt` + - submodules `git submodule foreach --recursive git submodule summary $PREVIOUS_RELEASE_TAG >> commit_summary.txt` + - then clean it up #. Wait for the builds to finish #. Post about it online: Twitter, the forum, mailinglist (if major)