diff --git a/release.sh b/release.sh index 4f5fbb0..677822b 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ git add . # testcommit: your commite message git commit -m "testactions" # vXX.XX.XX: your version. your tag -git tag -a v0.5.03 -m "test release" +git tag -a v0.5.05 -m "test release" # master: your branch name git push origin master # release and push to github & docker.io