Fix bump version
This commit is contained in:
parent
0688033ff3
commit
75583dedbe
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise i
|
||||||
|
|
||||||
# Commit and tag
|
# Commit and tag
|
||||||
git add .
|
git add .
|
||||||
TAG=$(node -p "require('./plugin/package.json').version")
|
TAG=$(node -p "require('./frontend/obsidian-plugin/package.json').version")
|
||||||
git commit -m "Bump versions to $TAG"
|
git commit -m "Bump versions to $TAG"
|
||||||
|
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue