Skip to content

Commit 74826e8

Browse files
committed
release process: fix process for maintenance release
1 parent 49bfeb7 commit 74826e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gcc -o ecdsa ecdsa.c -I $dir/include -L $dir/lib64/ -l secp256k1
5959

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

62-
1. If `$PATCH = 1`, create maintenance branch `$MAJOR.$MINOR`:
62+
1. If there's no maintenance branch `$MAJOR.$MINOR`, create one:
6363
```
6464
git checkout -b $MAJOR.$MINOR v$MAJOR.$MINOR.0
6565
git push git@github.com:bitcoin-core/secp256k1.git $MAJOR.$MINOR

0 commit comments

Comments
 (0)