File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 33
44 $ git checkout -b release/x.y.z
55
6- * Update the version in pyproject.toml and fido/ __init__ .py and make sure the
7- NEWS file has an entry for it, and the correct release date.
6+ * Update the version in pyproject.toml and make sure the NEWS file has an entry for it,
7+ and the correct release date.
88* Commit the changes, and push the new branch.
99
1010 $ git push -u origin release/x.y.z
4040 $ git push origin :release/x.y.z
4141
4242* Bump the version number by incrementing the PATCH version and appending -dev.0
43- in pyproject.toml and fido2/__init__ .py and add a new entry (unreleased) to the
44- NEWS file.
43+ in pyproject.toml and add a new entry (unreleased) to the NEWS file.
4544
4645 # pyproject.toml:
4746 version = "x.y.q-dev.0"
4847
49- # fido2/__init__.py:
50- __version__ = 'x.y.q-dev.0'
51-
5248* Commit and push the change:
5349
5450 $ git commit -a -m "Bump version." && git push
You can’t perform that action at this time.
0 commit comments