Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
chore: up release script
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 25, 2021
1 parent 599bc76 commit 853cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -e
PKG_VERSION=$(jq -r '.version' package.json)

git fetch origin v"$PKG_VERSION" || {
npx standard-version --skip.changelog -a --release-as "$PKG_VERSION"
npx standard-version -a --release-as "$PKG_VERSION"
git push --follow-tags origin main
}

0 comments on commit 853cb6b

Please sign in to comment.