We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba4e36 commit e2bbc20Copy full SHA for e2bbc20
scripts/release.sh
@@ -11,7 +11,7 @@ then
11
12
# commit
13
VERSION=$VERSION npm run build
14
- git add dist
+ git add dist composables.*
15
git commit -m "build: bundle $VERSION"
16
npm version $VERSION --message "chore(release): %s"
17
0 commit comments