aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-14 12:46:23 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-14 12:50:31 +0200
commitfad86061e56c9f7e8ab8257a3aede1a17bd9b149 (patch)
tree88057a59b25f943bf2330a674dfad1fe3d2596c2 /doc/release-process.md
parent2b264971adcf7280d5fb0b3918d6a78a2a916acd (diff)
downloadbitcoin-fad86061e56c9f7e8ab8257a3aede1a17bd9b149.tar.xz
doc: Update snap release process for new versioning scheme
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md21
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 3e4748b742..6a5202d0f9 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -271,26 +271,7 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
- Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2
- - Push the latest version to master (if applicable), e.g. https://github.com/bitcoin-core/packaging/pull/32
-
- - Create a new branch for the major release "0.xx" from master (used to build the snap package) and request the
- track (if applicable), e.g. https://forum.snapcraft.io/t/track-request-for-bitcoin-core-snap/10112/7
-
- - Notify MarcoFalke so that he can start building the snap package
-
- - https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging (Click "Import Now" to fetch the branch)
- - https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging/+ref/0.xx (Click "Create snap package")
- - Name it "bitcoin-core-snap-0.xx"
- - Leave owner and series as-is
- - Select architectures that are compiled via guix
- - Leave "automatically build when branch changes" unticked
- - Tick "automatically upload to store"
- - Put "bitcoin-core" in the registered store package name field
- - Tick the "edge" box
- - Put "0.xx" in the track field
- - Click "create snap package"
- - Click "Request builds" for every new release on this branch (after updating the snapcraft.yml in the branch to reflect the latest guix results)
- - Promote release on https://snapcraft.io/bitcoin-core/releases if it passes sanity checks
+ - Push the snap, see https://github.com/bitcoin-core/packaging/blob/master/snap/build.md
- This repo