Skip to content

Commit 759bd4b

Browse files
committed
doc: mention needs-changelog github label in release process
1 parent fded437 commit 759bd4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/release-process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Perform these checks when reviewing the release PR (see below):
4444
1. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
4545
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) by
4646
* 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
4849
* including an entry for `### ABI Compatibility` if it doesn't exist,
4950
* sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and,
5051
* if this is not a patch release,

0 commit comments

Comments
 (0)