Skip to content

Commit 414ed09

Browse files
committed
added 'close milestone' to release checklist
1 parent a6559ea commit 414ed09

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

development.rst

+10-9
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ A longer guide to git submodules can be found `here <https://medium.com/@portene
2626
Making a release
2727
----------------
2828

29-
1. Ensure that all the tests pass: :code:`make test && make test-integration`
30-
2. Test the latest build and check that it works correctly
31-
3. Write a changelog entry in :code:`docs/changelog.rst`
32-
4. Sign the commit: :code:`git commit -a -S -m "bumped version"`
33-
5. Create a signed tag: :code:`git tag -s v0.7.1`
34-
6. Push the commit and tag: :code:`git push origin refs/tags/v0.7.1`
35-
7. Create a release on GitHub
36-
8. Wait for the builds to finish
37-
9. Post about it online: Twitter, the forum, mailinglist (if major)
29+
#. Close `milestone on GitHub <https://github.com/ActivityWatch/activitywatch/milestones>`_ if one exists.
30+
#. Ensure that all the tests pass: :code:`make test && make test-integration`
31+
#. Test the latest build and check that it works correctly
32+
#. Write a changelog entry in :code:`docs/changelog.rst`
33+
#. Sign the commit: :code:`git commit -a -S -m "bumped version"`
34+
#. Create a signed tag: :code:`git tag -s v0.7.1`
35+
#. Push the commit and tag: :code:`git push origin refs/tags/v0.7.1`
36+
#. Create a release on GitHub
37+
#. Wait for the builds to finish
38+
#. Post about it online: Twitter, the forum, mailinglist (if major)

0 commit comments

Comments
 (0)