Skip to content

Commit 8a2de35

Browse files
committed
Merge branch 'compat/clibs'
2 parents 44788c9 + 5e53f21 commit 8a2de35

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

0 commit comments

Comments
 (0)