Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
17c22b9e
Unverified
Commit
17c22b9e
authored
Nov 16, 2020
by
Henry Schreiner
Committed by
GitHub
Nov 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: mention branch update in checklist (#2670)
parent
32d11c96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
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