Skip to content

Commit

Permalink
Update staging.rst [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Aug 4, 2023
1 parent dafed97 commit 5a57aea
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/staging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ Procedure is:
- set the version number in phantom/build/Makefile
- set the version number in phantom/docs/conf.py
- update the :doc:`release notes <releasenotes>`
- use git to tag the code version for the release::
- use git to tag the code version for the release

git tag 'v2055.0.1'
::

- push the tag and let the github actions do the rest::
git tag 'v2055.0.1'

git push -v tags
- push the tag and let the github actions do the rest

::
git push -v tags

0 comments on commit 5a57aea

Please sign in to comment.