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 9c9e450 commit 4161712Copy full SHA for 4161712
package.json
@@ -17,7 +17,7 @@
17
"test:unit": "vitest --run --reporter verbose",
18
"test:coverage": "vitest run --coverage",
19
"postinstall": "nuxt prepare",
20
- "release": "npm run lint && npm run build && changelogen --minor --release && git push --follow-tags"
+ "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
21
},
22
"devDependencies": {
23
"@antfu/eslint-config": "^3.12.0",
0 commit comments