From 56168d8565e35ce9698120fe471f55e7dd203ea8 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 19 Jan 2022 15:20:59 +0200 Subject: [PATCH] docs/Release-Guide.md: update instructions for exporting snapcraft login to ~/.snap/login.json --- docs/Release-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index 9ca334f6f..778edc7fd 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -22,7 +22,7 @@ sort: 17 - snapcraft binary, can be installed with commands: for MacOS `brew install snapcraft` and [install mutipass](https://discourse.ubuntu.com/t/installing-multipass-on-macos/8329), for Ubuntu - `sudo snap install snapcraft --classic` -- login with `snapcraft login` +- exported snapcraft login to `~/.snap/login.json` with `snapcraft export-login login.json && mkdir -p ~/.snap && mv login.json ~/.snap/` - already created release at github (it operates `git describe` version, so git tag must be annotated). 0. checkout to the latest git tag for single-node version.