File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ Perform these checks when reviewing the release PR (see below):
44
44
1 . Open a PR to the master branch with a commit (using message ` "release: prepare for $MAJOR.$MINOR.$PATCH" ` , for example) that
45
45
* finalizes the release notes in [ CHANGELOG.md] ( ../CHANGELOG.md ) by
46
46
* adding a section for the release (make sure that the version number is a link to a diff between the previous and new version),
47
- * removing the ` [Unreleased] ` section header, and
47
+ * removing the ` [Unreleased] ` section header,
48
+ * ensuring that the release notes are not missing entries (check the ` needs-changelog ` label on github), and
48
49
* including an entry for ` ### ABI Compatibility ` if it doesn't exist,
49
50
* sets ` _PKG_VERSION_IS_RELEASE ` to ` true ` in ` configure.ac ` , and,
50
51
* if this is not a patch release,
You can’t perform that action at this time.
0 commit comments