mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix(build): remove assets tagging
This commit is contained in:
parent
c74958ba61
commit
ed1b1f2e9d
2 changed files with 1 additions and 6 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
v6.0.0
|
||||
v6.0.1
|
||||
|
|
5
tag.sh
5
tag.sh
|
@ -12,12 +12,7 @@ fi
|
|||
|
||||
TAG=$1
|
||||
echo "$TAG" > .version
|
||||
# shellcheck disable=SC2164
|
||||
cd ./resources/assets
|
||||
git -c color.ui=always tag "$TAG"
|
||||
git -c color.ui=always push --tags
|
||||
|
||||
cd ../..
|
||||
git -c color.ui=always add .
|
||||
git -c color.ui=always commit -m "chore(release): bump version to ${TAG}"
|
||||
git -c color.ui=always push
|
||||
|
|
Loading…
Reference in a new issue