Skip to content

Commit

Permalink
Adjust release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Oct 27, 2022
1 parent c21a9ce commit f5ea3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Address any failures before releasing.

1. Create a new branch::

$ git checkout -b release/vYYYY.MM.DD
$ git checkout -b release/YYYY.MM.DD

2. Tag the release candidate (RC) version, i.e. with a ``rcN`` suffix, and push::

$ git tag v2021.3.22rc1
$ git push --tags origin release/vYYYY.MM.DD
$ git push --tags origin release/YYYY.MM.DD

3. Open a PR with the title “Release vYYYY.MM.DD” using this branch.
Check:
Expand Down

0 comments on commit f5ea3b0

Please sign in to comment.