From b979425f4c7bdf20e9d5696b76fbad5963a1e889 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 27 Nov 2020 14:26:08 +0100 Subject: [PATCH] test release v1.0.0.6 --- Release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release.md b/Release.md index 90ca456..dc27c49 100644 --- a/Release.md +++ b/Release.md @@ -2,6 +2,7 @@ git tag -a 1.0.0.4 -m "" git commit -am "test release v1.0.0.4" git push --atomic origin master 1.0.0.4 +git push --tag ``` Releasing a new version works quite easy with [krankerl](https://github.com/ChristophWurst/krankerl) and [github-release](https://github.com/aktau/github-release) installed: