From d726d52fdda0e521cdc95fe243bc82908317cf4a Mon Sep 17 00:00:00 2001 From: nolim1t Date: Thu, 20 Aug 2020 00:08:01 +0700 Subject: [PATCH] Add releasing notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fd5634d..c346e17 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ So we can simplify things and make things easier (also try to build cross platfo docker build -t nolim1t/specter-desktop:v0.6.1 . ``` +## Maintainer release notes + +The github action takes in the current tag from [upstream](https://github.com/cryptoadvance/specter-desktop/tags) but you will need to do a + +``` +git tag -s vtag.version +``` + +and then push the tag. Use of -s meaning the tag should be signed. + ## Running ```bash