Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
17c22b9e
Unverified
Commit
17c22b9e
authored
Nov 16, 2020
by
Henry Schreiner
Committed by
GitHub
Nov 16, 2020
Browse files
docs: mention branch update in checklist (#2670)
parent
32d11c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/release.rst
docs/release.rst
+3
-2
No files found.
docs/release.rst
View file @
17c22b9e
...
@@ -33,8 +33,9 @@ To release a new version of pybind11:
...
@@ -33,8 +33,9 @@ To release a new version of pybind11:
issues are entered in the changelog (clear the label when done).
issues are entered in the changelog (clear the label when done).
- ``git add`` and ``git commit``, ``git push``. **Ensure CI passes**. (If it
- ``git add`` and ``git commit``, ``git push``. **Ensure CI passes**. (If it
fails due to a known flake issue, either ignore or restart CI.)
fails due to a known flake issue, either ignore or restart CI.)
- Add a release branch if this is a new minor version
- Add a release branch if this is a new minor version, or update the existing release branch if it is a patch version
- ``git checkout -b vX.Y``, ``git push -u origin vX.Y``
- New branch: ``git checkout -b vX.Y``, ``git push -u origin vX.Y``
- Update branch: ``git checkout vX.Y``, ``git merge <release branch>``, ``git push``
- Update tags (optional; if you skip this, the GitHub release makes a
- Update tags (optional; if you skip this, the GitHub release makes a
non-annotated tag for you)
non-annotated tag for you)
- ``git tag -a vX.Y.Z -m 'vX.Y.Z release'``.
- ``git tag -a vX.Y.Z -m 'vX.Y.Z release'``.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment