From 6580559aca9335b35cf26541c0b0e7a5824a4634 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Mon, 10 Apr 2023 15:07:05 -0400 Subject: [PATCH] updating code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}