Skip to content

Commit d8499b6

Browse files
committed
chore: fix release tagging
1 parent 04a02c0 commit d8499b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ then
1010
npm test
1111

1212
# commit
13-
npm version $VERSION --message "chore(release): %s"
1413
VERSION=$VERSION npm run build
1514
git add dist
16-
git commit --amend --no-edit # merge with previous commit
15+
git commit -m "build: bundle $VERSION"
16+
npm version $VERSION --message "chore(release): %s"
1717

1818
echo "Please check the git history and press enter"
1919
read OKAY

0 commit comments

Comments
 (0)