Skip to content

Commit

Permalink
Update RELEASE.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Feb 26, 2025
1 parent c5bf863 commit 8330b20
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions RELEASE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$ git checkout -b release/x.y.z
* Update the version in pyproject.toml and fido/__init__.py and make sure the
NEWS file has an entry for it, and the correct release date.
* Update the version in pyproject.toml and make sure the NEWS file has an entry for it,
and the correct release date.
* Commit the changes, and push the new branch.
$ git push -u origin release/x.y.z
Expand Down Expand Up @@ -40,15 +40,11 @@
$ git push origin :release/x.y.z
* Bump the version number by incrementing the PATCH version and appending -dev.0
in pyproject.toml and fido2/__init__.py and add a new entry (unreleased) to the
NEWS file.
in pyproject.toml and add a new entry (unreleased) to the NEWS file.
# pyproject.toml:
version = "x.y.q-dev.0"
# fido2/__init__.py:
__version__ = 'x.y.q-dev.0'
* Commit and push the change:
$ git commit -a -m "Bump version." && git push

0 comments on commit 8330b20

Please sign in to comment.