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

changed release script

parent 271ed9e2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ 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"
......
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