Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2c76c693
Commit
2c76c693
authored
May 26, 2016
by
Wenzel Jakob
Browse files
minor update to release process
parent
6e2e0e98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/release.rst
docs/release.rst
+2
-1
No files found.
docs/release.rst
View file @
2c76c693
...
@@ -2,7 +2,8 @@ To release a new version of pybind11:
...
@@ -2,7 +2,8 @@ To release a new version of pybind11:
- Update the version number and push to pypi
- Update the version number and push to pypi
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
- Tag release date in ``doc/changelog.rst``.
- Update version in ``docs/conf.py``
- Tag release date in ``docs/changelog.rst``.
- ``git add`` and ``git commit``.
- ``git add`` and ``git commit``.
- ``git tag -a vX.Y -m 'vX.Y release'``.
- ``git tag -a vX.Y -m 'vX.Y release'``.
- ``git push``
- ``git push``
...
...
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