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