You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ We aim to release once every six months. We start the process by opening an issu
15
15
- [ ] Make a release candidate
16
16
- [ ] Plug any final leaks
17
17
- [ ] Fix any last-minute issues
18
-
- [ ] Make sure CHANGELOG reflects everything worth discussing
19
-
- [ ] Update the version in CHANGELOG and the header
18
+
- [ ] Make sure changelog.md reflects everything worth discussing
19
+
- [ ] Update the version in changelog.md and the header
20
20
- [ ] Produce a release candidate
21
21
- [ ] Tag
22
22
- [ ] Create maint/v0.X
@@ -26,13 +26,13 @@ We tag at least one release candidate. This RC must carry the new version in the
26
26
27
27
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:
28
28
29
-
-CHANGELOG.md
29
+
-docs/changelog.md
30
30
- include/git2/version.h
31
31
- package.json
32
32
33
33
As soon as the pull request is merged, the merge commit shall be tagged with a lightweight tag.
34
34
35
-
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
35
+
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 `docs/changelog.md` between the last full release. Use the following as a base for the release notes
36
36
37
37
This is the first release of the v0.X series, <codename>. The changelog follows.
0 commit comments