Merge bitcoin-core/secp256k1#1267: doc: clarify process for patch releases
1b6fb5593c3b0dad8f8ad17ddd29ca30ebd00af3 doc: clarify process for patch releases (Jonas Nick) Pull request description: ACKs for top commit: real-or-random: ACK 1b6fb5593c3b0dad8f8ad17ddd29ca30ebd00af3 Tree-SHA512: 5c1da34c920f66327b91c1fd11ad2eccbb55c5befdb3ba59138faf921ce83d0e7c62de84f2431b0a63433f1edc0f7f0f025a852a76dd3638e3fd583ca13b83e4
This commit is contained in:
commit
566faa17d3
@ -16,8 +16,10 @@ This process also assumes that there will be no minor releases for old major rel
|
|||||||
|
|
||||||
1. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
|
1. Open a PR to the master branch with a commit (using message `"release: prepare for $MAJOR.$MINOR.$PATCH"`, for example) that
|
||||||
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) (make sure to include an entry for `### ABI Compatibility`),
|
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) (make sure to include an entry for `### ABI Compatibility`),
|
||||||
* updates `_PKG_VERSION_*` and `_LIB_VERSION_*` and sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
|
* sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
|
||||||
* updates `project(libsecp256k1 VERSION ...)` and `${PROJECT_NAME}_LIB_VERSION_*` in `CMakeLists.txt`.
|
* if this is not a patch release
|
||||||
|
* updates `_PKG_VERSION_*` and `_LIB_VERSION_*` in `configure.ac` and
|
||||||
|
* updates `project(libsecp256k1 VERSION ...)` and `${PROJECT_NAME}_LIB_VERSION_*` in `CMakeLists.txt`.
|
||||||
2. After the PR is merged, tag the commit and push it:
|
2. After the PR is merged, tag the commit and push it:
|
||||||
```
|
```
|
||||||
RELEASE_COMMIT=<merge commit of step 1>
|
RELEASE_COMMIT=<merge commit of step 1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user