We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9d98d commit b0f7bfeCopy full SHA for b0f7bfe
doc/release-process.md
@@ -41,7 +41,7 @@ gcc -o ecdsa examples/ecdsa.c -I $dir/include -L $dir/lib*/ -l secp256k1 -Wl,-rp
41
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) by
42
* adding a section for the release (make sure that the version number is a link to a diff between the previous and new version),
43
* removing the `[Unreleased]` section header, and
44
- * including an entry for `### ABI Compatibility` if it doesn't exist that mentions the library soname of the release,
+ * including an entry for `### ABI Compatibility` if it doesn't exist,
45
* sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
46
* if this is not a patch release
47
* updates `_PKG_VERSION_*` and `_LIB_VERSION_*` in `configure.ac` and
0 commit comments