Push all
This commit is contained in:
parent
19cb616eb9
commit
cd5917c5f3
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue