Skip to content

Commit c0751c0

Browse files
committed
release process: clarify change log updates
1 parent 7b43ed7 commit c0751c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/release-process.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ gcc -o ecdsa examples/ecdsa.c -I $dir/include -L $dir/lib*/ -l secp256k1 && ./ec
3737
## Regular release
3838

3939
1. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
40-
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) (make sure to include an entry for `### ABI Compatibility`),
40+
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) by
41+
* adding a section for the release (make sure that the version number is a link to a diff between the previous and new version) and
42+
* including an entry for `### ABI Compatibility` if it doesn't exist,
4143
* sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
4244
* if this is not a patch release
4345
* updates `_PKG_VERSION_*` and `_LIB_VERSION_*` in `configure.ac` and

0 commit comments

Comments
 (0)