diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-07 13:00:13 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-07 13:03:28 +0100 |
commit | 2fae5b93468c37d72e33a392b44e270bee6247b8 (patch) | |
tree | e8e7967e5f8a8349bfe86181cb79f42659b270c6 | |
parent | 2b799ae9e1e0a540f9a5971ddf27d83254668279 (diff) | |
parent | faead5e1a92cd6b46b04f4e973336ef73c4e3a4e (diff) |
Merge #9093: [doc] release-process: Mention GitHub release and archived release notes
faead5e [doc] release-process: Mention GitHub release and archived release notes (MarcoFalke)
-rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 85cf160f47..61f05b0771 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -280,6 +280,8 @@ bitcoin.org (see below for bitcoin.org update instructions). - Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin) - - Add release notes for the new version to the directory `doc/release-notes` in git master + - Archive release notes for the new version to `doc/release-notes/` (branch `master` and branch of the release) + + - Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes. - Celebrate |