File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ gcc -o ecdsa examples/ecdsa.c -I $dir/include -L $dir/lib*/ -l secp256k1 && ./ec
37
37
## Regular release
38
38
39
39
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,
41
43
* sets ` _PKG_VERSION_IS_RELEASE ` to ` true ` in ` configure.ac ` , and
42
44
* if this is not a patch release
43
45
* updates ` _PKG_VERSION_* ` and ` _LIB_VERSION_* ` in ` configure.ac ` and
You can’t perform that action at this time.
0 commit comments