mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
chore: Improve publish script
This commit is contained in:
parent
790d0d3719
commit
9b1a70bf3e
@ -25,7 +25,7 @@ npm version "$version" --no-git-tag-version --allow-same-version || true
|
||||
|
||||
# Commmit and tag
|
||||
git add -A
|
||||
git commit -am "chore: Publish $version with swc_core $swc_core_version"
|
||||
git commit -am "chore: Publish \`$version\` with \`swc_core\` \`$swc_core_version\`"
|
||||
git tag -a -m "swc_core $swc_core_version" "v$version"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user