Skip to content

Commit

Permalink
Update doc/release-process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hennadii Stepanov <[email protected]>
  • Loading branch information
real-or-random and hebasto authored Mar 8, 2023
1 parent 5d02394 commit b39c2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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
* finalizes the release notes in [CHANGELOG.md](../CHANGELOG.md) (make sure to include an entry for `### ABI Compatibility`),
* updates `_PKG_VERSION_*`, `_LIB_VERSION_*`, and sets `_PKG_VERSION_IS_RELEASE` to `true` in `configure.ac`, and
* updates `(package secp256k1 VERSION ...` and `LIB_VERSION_*` in `CMakeLists.txt`.
* updates `project(secp256k1 VERSION ...` and `*_LIB_VERSION_*` in `CMakeLists.txt`.
2. After the PR is merged, tag the commit and push it:
```
RELEASE_COMMIT=<merge commit of step 1>
Expand Down

0 comments on commit b39c2aa

Please sign in to comment.