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

fixing issue with automatic drugst.one version

parent 4a4ecbd4
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ fi
VERSION=v$1
MESSAGE=$2
echo "Committing all changes"
git commit -am "$MESSAGE"
echo "Updating version.ts"
echo "export const version = 'v$1';" > ../src/version.ts
echo "Committing all changes"
git commit -am "$MESSAGE"
echo "Tagging Version..."
npm version "$1" -m "$MESSAGE"
......
export const version = 'v1.1.15-rc4';
export const version = 'v1.1.15-rc5';
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