Commit 5e53f216 by Edward Thomson

docs: update release steps to include clib manifest

We've introduced a manifest for the clib version system that includes a
version number; we should update it at release time to correspond with
the version number in the header.
parent 5cd5f7bd
...@@ -10,7 +10,8 @@ We aim to release once every six months. We start the process by opening an issu ...@@ -10,7 +10,8 @@ We aim to release once every six months. We start the process by opening an issu
Let's release v0.X, codenamed: <something witty> Let's release v0.X, codenamed: <something witty>
- [ ] Bump the versions in the headers - [ ] Bump the versions in the headers (`include/git2/version.h`)
- [ ] Bump the versions in the clib manifest (`package.json`)
- [ ] Make a release candidate - [ ] Make a release candidate
- [ ] Plug any final leaks - [ ] Plug any final leaks
- [ ] Fix any last-minute issues - [ ] Fix any last-minute issues
...@@ -27,6 +28,7 @@ Preparing the first release candidate includes updating the version number of li ...@@ -27,6 +28,7 @@ Preparing the first release candidate includes updating the version number of li
- CHANGELOG.md - CHANGELOG.md
- include/git2/version.h - include/git2/version.h
- package.json
As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag. As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment