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 ...@@ -16,10 +16,10 @@ fi
VERSION=v$1 VERSION=v$1
MESSAGE=$2 MESSAGE=$2
echo "Committing all changes"
git commit -am "$MESSAGE"
echo "Updating version.ts" echo "Updating version.ts"
echo "export const version = 'v$1';" > ../src/version.ts echo "export const version = 'v$1';" > ../src/version.ts
echo "Committing all changes"
git commit -am "$MESSAGE"
echo "Tagging Version..." echo "Tagging Version..."
npm version "$1" -m "$MESSAGE" 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.
Please register or to comment