Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Apr 10, 2023
1 parent 1cde175 commit 6580559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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}

Expand Down

0 comments on commit 6580559

Please sign in to comment.