Skip to content

Commit

Permalink
release process: fix process for maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed May 12, 2023
1 parent 49bfeb7 commit 74826e8
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 @@ -59,7 +59,7 @@ gcc -o ecdsa ecdsa.c -I $dir/include -L $dir/lib64/ -l secp256k1

Note that bugfixes only need to be backported to releases for which no compatible release without the bug exists.

1. If `$PATCH = 1`, create maintenance branch `$MAJOR.$MINOR`:
1. If there's no maintenance branch `$MAJOR.$MINOR`, create one:
```
git checkout -b $MAJOR.$MINOR v$MAJOR.$MINOR.0
git push [email protected]:bitcoin-core/secp256k1.git $MAJOR.$MINOR
Expand Down

0 comments on commit 74826e8

Please sign in to comment.