Skip to content
Snippets Groups Projects
Commit 8807715e authored by Michael Hartung's avatar Michael Hartung
Browse files

Merge branch 'master' of gitlab.lrz.de:netex/frontend

parents 8d551650 53e84a1d
No related branches found
No related tags found
No related merge requests found
{
"name": "netex",
"version": "0.9.1-rc5",
"version": "0.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "netex",
"version": "0.9.1-rc5",
"version": "0.9.1",
"scripts": {
"ng": "ng",
"start:local": "ng serve --configuration=local",
......
......@@ -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