Skip to content

Commit

Permalink
prep for release (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman authored Jan 26, 2022
1 parent cf99bdc commit 930c23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6-rc
0.6
2 changes: 2 additions & 0 deletions doc/contrib/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Update tags/versions and test
1. Create new temp-branch ending in ``-rc``. E.g. ``v0.6-rc``
2. Bump the ``VERSION`` file:
https://github.com/arbor-sim/arbor/blob/master/VERSION
Don't append ``-rc`` here, but if you do, remove it before releasing.
3. Run all tests.
- ``ciwheel.yml`` triggers when you push a branch called ``v*rc``, ON YOUR OWN REPO (so check ``github.com/$yourname/arbor/actions``). Make sure the tests pass.
- This should catch many problems. For a manual check:
Expand All @@ -63,6 +64,7 @@ Release
-------

0. Make sure ``ciwheel.yml`` passes tests, produced working wheels, and nobody reported problems testing the RC.
Make sure ``VERSION`` does not end with ``-rc`` or ``-dev``
1. Tag and release: https://github.com/arbor-sim/arbor/releases

- on cmdline: git tag -a TAGNAME
Expand Down

0 comments on commit 930c23e

Please sign in to comment.