File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ A longer guide to git submodules can be found `here <https://medium.com/@portene
26
26
Making a release
27
27
----------------
28
28
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)
You can’t perform that action at this time.
0 commit comments