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 cabb7fc commit 7a5ad5eCopy full SHA for 7a5ad5e
package.json
@@ -15,6 +15,14 @@
15
"access": "public",
16
"registry": "https://registry.npmjs.org/"
17
},
18
+ "release-it": {
19
+ "git": {
20
+ "commitMessage": "v${version}"
21
+ },
22
+ "github": {
23
+ "release": true
24
+ }
25
26
"scripts": {
27
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false",
28
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",
0 commit comments