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

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

parents fd878dd2 965f0518
No related branches found
No related tags found
No related merge requests found
{
"name": "netex",
"version": "0.9.0-rc5",
"version": "0.9.1-rc5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "netex",
"version": "0.9.0-rc6",
"version": "0.9.1-rc5",
"scripts": {
"ng": "ng",
"start:local": "ng serve --configuration=local",
......
......@@ -16,6 +16,9 @@ fi
VERSION=v$1
MESSAGE=$2
echo "Adjusting package.json version"
npm version "$1"
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