You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-process.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ Release Process
44
44
45
45
#### After branch-off (on the major release branch)
46
46
47
-
- Update the versions and the link to the release notes draft in `doc/release-notes.md`.
47
+
- Update the versions.
48
+
- Create a pinned meta-issue for testing the release candidate (see [this issue](https://github.com/bitcoin/bitcoin/issues/17079) for an example) and provide a link to it in the release announcements where useful.
48
49
49
50
#### Before final release
50
51
@@ -315,7 +316,7 @@ bitcoin.org (see below for bitcoin.org update instructions).
- After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well
318
-
as update the OS download links. Ping @saivann/@harding (saivann/harding on Freenode) in case anything goes wrong
319
+
as update the OS download links.
319
320
320
321
- Update other repositories and websites for new version
321
322
@@ -330,7 +331,12 @@ bitcoin.org (see below for bitcoin.org update instructions).
330
331
331
332
- Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
332
333
333
-
- Create a new branch for the major release "0.xx" (used to build the snap package)
334
+
- Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2
335
+
336
+
- Push the latest version to master (if applicable), e.g. https://github.com/bitcoin-core/packaging/pull/32
337
+
338
+
- Create a new branch for the major release "0.xx" from master (used to build the snap package) and request the
339
+
track (if applicable), e.g. https://forum.snapcraft.io/t/track-request-for-bitcoin-core-snap/10112/7
334
340
335
341
- Notify MarcoFalke so that he can start building the snap package
336
342
@@ -354,8 +360,6 @@ bitcoin.org (see below for bitcoin.org update instructions).
354
360
355
361
- Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes
356
362
357
-
- Create a pinned meta-issue for testing the release candidate (see [this issue](https://github.com/bitcoin/bitcoin/issues/15555) for an example) and provide a link to it in the release announcements where useful
0 commit comments