Skip to content

Commit e7053d0

Browse files
release process: Add email step
1 parent 429d21d commit e7053d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/release-process.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ tools/check-abi.sh
6565

6666
If other maintainers are not present to approve the PR, it can be merged without ACKs.
6767
5. Create a new GitHub release with a link to the corresponding entry in [CHANGELOG.md](../CHANGELOG.md).
68+
6. Send an announcement email to the bitcoin-dev mailing list.
6869

6970
## Maintenance release
7071

@@ -92,4 +93,5 @@ Note that bugfixes only need to be backported to releases for which no compatibl
9293
git push [email protected]:bitcoin-core/secp256k1.git v$MAJOR.$MINOR.$PATCH
9394
```
9495
6. Create a new GitHub release with a link to the corresponding entry in [CHANGELOG.md](../CHANGELOG.md).
95-
7. Open PR to the master branch that includes a commit (with commit message `"release notes: add $MAJOR.$MINOR.$PATCH"`, for example) that adds release notes to [CHANGELOG.md](../CHANGELOG.md).
96+
7. Send an announcement email to the bitcoin-dev mailing list.
97+
8. Open PR to the master branch that includes a commit (with commit message `"release notes: add $MAJOR.$MINOR.$PATCH"`, for example) that adds release notes to [CHANGELOG.md](../CHANGELOG.md).

0 commit comments

Comments
 (0)