Skip to content

Commit 5e53f21

Browse files
committed
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.
1 parent 5cd5f7b commit 5e53f21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ We aim to release once every six months. We start the process by opening an issu
1010

1111
Let's release v0.X, codenamed: <something witty>
1212

13-
- [ ] Bump the versions in the headers
13+
- [ ] Bump the versions in the headers (`include/git2/version.h`)
14+
- [ ] Bump the versions in the clib manifest (`package.json`)
1415
- [ ] Make a release candidate
1516
- [ ] Plug any final leaks
1617
- [ ] Fix any last-minute issues
@@ -27,6 +28,7 @@ Preparing the first release candidate includes updating the version number of li
2728

2829
- CHANGELOG.md
2930
- include/git2/version.h
31+
- package.json
3032

3133
As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.
3234

0 commit comments

Comments
 (0)