Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad006d8

Browse files
committed
docs: document increasing the version number for releases
1 parent 894ccf4 commit ad006d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ We aim to release once every six months. We start the process by opening an issu
2323

2424
We tag at least one release candidate. This RC must carry the new version in the headers, including the SOVERSION. If there are no significant issues found, we can go straight to the release after a single RC. This is up to the discretion of the release manager. There is no set time to have the candidate out, but we should we should give downstream projects at least a week to give feedback.
2525

26+
Preparing the first release candidate includes updating the version number of libgit2 to the new version number. To do so, a pull request shall be submitted that adjusts the version number in the following places:
27+
28+
- CHANGELOG.md
29+
- include/git2/version.h
30+
31+
As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.
32+
2633
The tagging happens via GitHub's "releases" tab which lets us attach release notes to a particular tag. In the description we include the changes in `CHANGELOG.md` between the last full release. Use the following as a base for the release notes
2734

2835
This is the first release of the v0.X series, <codename>. The changelog follows.

0 commit comments

Comments
 (0)