mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
ignore 'latest' tag
This commit is contained in:
parent
970de79d2b
commit
78835581ac
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -387,5 +387,6 @@ build/xterm.js:
|
|||
curl https://cdn.jsdelivr.net/npm/xterm@5.2.1/css/xterm.css > build/xterm.css
|
||||
|
||||
update-package-json-version:
|
||||
jq --arg version "$$(git describe --tags | sed 's/-/./' | tr - +)" '.version = $$version' package.json > package.json.tmp
|
||||
git describe --tags --exclude latest | sed 's/-/./' | tr - + | tee build/version
|
||||
jq --arg version "$$(cat build/version)" '.version = $$version' package.json > package.json.tmp
|
||||
mv package.json.tmp package.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue