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