Skip to content

Commit

Permalink
fix; release script error
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Oct 12, 2023
1 parent b49a036 commit cf3edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function verify_package() {
function commit_changes() {
local VERSION=$1

git add CHANGELOG.md package.json package-lock.json examples/package.json
git add CHANGELOG.md package.json package-lock.json
git commit -m "version ${VERSION}"
}

Expand Down

0 comments on commit cf3edc9

Please sign in to comment.