summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-06-09 18:25:46 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-06-09 18:25:46 +0100
commit8a2de3538c01f535385fb09881f4b2ddc30d4323 (patch)
tree22d944e34f0ee681a8080bb467c7750e4c6623da /docs
parent44788c966155d2b50176965305b2b64bb777335b (diff)
parent5e53f216dc33fd102d1acdef496b0972fb6d75df (diff)
downloadlibgit2-8a2de3538c01f535385fb09881f4b2ddc30d4323.tar.gz
Merge branch 'compat/clibs'
Diffstat (limited to 'docs')
-rw-r--r--docs/release.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release.md b/docs/release.md
index 42f032b12..9c5b6a7ca 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -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>
- - [ ] 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
- [ ] Plug any final leaks
- [ ] Fix any last-minute issues
@@ -27,6 +28,7 @@ Preparing the first release candidate includes updating the version number of li
- CHANGELOG.md
- include/git2/version.h
+- package.json
As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.