From 02b4620632bf8521f63962ba7a4efc2b2c09fc01 Mon Sep 17 00:00:00 2001
From: Jonas Heinrich <onny@project-insanity.org>
Date: Fri, 27 Nov 2020 11:05:57 +0100
Subject: [PATCH] test release v1.0.0.4

---
 Release.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Release.md b/Release.md
index 79c0bb9..e6e697a 100644
--- a/Release.md
+++ b/Release.md
@@ -1,3 +1,11 @@
+```
+git tag -a 1.0.0.4 -m ""
+git commit -am "test release v1.0.0.4"
+git push --tag
+git push
+git push --atomic origin master 1.0.0.4
+```
+
 Releasing a new version works quite easy with [krankerl](https://github.com/ChristophWurst/krankerl) and [github-release](https://github.com/aktau/github-release) installed:
 
 1. Run krankerl to build the package
-- 
GitLab