.
This commit is contained in:
parent
7f6fe8a582
commit
8a36be7d56
2 changed files with 7 additions and 7 deletions
|
|
@ -41,12 +41,12 @@ cd ..
|
|||
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
||||
|
||||
# Commit and tag
|
||||
git add .
|
||||
TAG=$(node -p "require('./plugin/package.json').version")
|
||||
git commit -m "Bump versions to $TAG"
|
||||
# git add .
|
||||
# TAG=$(node -p "require('./plugin/package.json').version")
|
||||
# git commit -m "Bump versions to $TAG"
|
||||
|
||||
git push
|
||||
echo "Tagging $TAG"
|
||||
git tag -a $TAG -m "Release $TAG"
|
||||
git push origin $TAG
|
||||
# git push
|
||||
# echo "Tagging $TAG"
|
||||
# git tag -a $TAG -m "Release $TAG"
|
||||
# git push origin $TAG
|
||||
echo "Done"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue