Fix for BRAT
This commit is contained in:
parent
013daf34af
commit
991def9a65
2 changed files with 6 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ cargo set-version --bump patch
|
|||
cd ../plugin
|
||||
npm version patch
|
||||
cd ..
|
||||
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
||||
git add .
|
||||
TAG=$(node -p "require('./package.json').version")
|
||||
git commit -m "Bump versions to $TAG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue