File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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
3133As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.
3234
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " libgit2" ,
3+ "version" : " 0.27.0" ,
4+ "repo" : " https://github.com/libgit2/libgit2" ,
5+ "description" : " A cross-platform, linkable library implementation of Git that you can use in your application." ,
6+ "install" : " mkdir build && cd build && cmake .. && cmake --build ."
7+ }
You can’t perform that action at this time.
0 commit comments