diff --git a/Makefile b/Makefile index 6edd59f..4498d96 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ +# echo "Dont forget to update the version in galaxy.yml and README.md" 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}