We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bfeb7 commit 74826e8Copy full SHA for 74826e8
doc/release-process.md
@@ -59,7 +59,7 @@ gcc -o ecdsa ecdsa.c -I $dir/include -L $dir/lib64/ -l secp256k1
59
60
Note that bugfixes only need to be backported to releases for which no compatible release without the bug exists.
61
62
-1. If `$PATCH = 1`, create maintenance branch `$MAJOR.$MINOR`:
+1. If there's no maintenance branch `$MAJOR.$MINOR`, create one:
63
```
64
git checkout -b $MAJOR.$MINOR v$MAJOR.$MINOR.0
65
git push git@github.com:bitcoin-core/secp256k1.git $MAJOR.$MINOR
0 commit comments