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

testing new release script

parent 965f0518
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,11 @@ fi
VERSION=v$1
MESSAGE=$2
echo "Adjusting package.json version"
npm version "$1"
git push
echo "Committing all changes"
git commit -am "$MESSAGE"
echo "Tagging Version..."
git tag -a "$VERSION" -m "$MESSAGE"
npm version "$1" -m "$MESSAGE"
git push
echo "Releasing Version..."
git push origin "$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