Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Apr 10, 2023
1 parent 38a43bd commit 1cde175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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}
git push origin --delete v${TAG}
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1cde175

Please sign in to comment.