Skip to content
Snippets Groups Projects
Commit 67e84268 authored by AndiMajore's avatar AndiMajore
Browse files

release of new version v0.9.1-rc2

parent 3e571895
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ MESSAGE=$2
echo "Adjusting package.json version"
npm version "$1"
git commit -am "release of new version $VERSION"
git push
echo "Tagging Version..."
git tag -a "$VERSION" -m "$MESSAGE"
echo "Releasing Version..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment