chore: Improve publish script

This commit is contained in:
강동윤 (Donny) 2024-02-13 14:52:53 +09:00
parent 790d0d3719
commit 9b1a70bf3e

View File

@ -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"