diff --git a/Makefile b/Makefile index 54ad159..6edd59f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ TAG=0.5.0 create-release: + echo "Dont forget to update the version in galaxy.yml and README.md" git tag -a v${TAG} -m "Creating v${TAG} release" git push origin v${TAG} delete-release: git tag -d v${TAG} - git push origin --delete v${TAG} \ No newline at end of file + git push origin --delete v${TAG} diff --git a/galaxy.yml b/galaxy.yml index 81eda5d..28c5a51 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: tosin2013 name: qubinode_kvmhost_setup_collection -version: 0.4.0 +version: 0.5.0 readme: README.md authors: - Tosin Akinosho (github.com/tosin2013)