We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a02c0 commit d8499b6Copy full SHA for d8499b6
scripts/release.sh
@@ -10,10 +10,10 @@ then
10
npm test
11
12
# commit
13
- npm version $VERSION --message "chore(release): %s"
14
VERSION=$VERSION npm run build
15
git add dist
16
- git commit --amend --no-edit # merge with previous commit
+ git commit -m "build: bundle $VERSION"
+ npm version $VERSION --message "chore(release): %s"
17
18
echo "Please check the git history and press enter"
19
read OKAY
0 commit comments