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 26a7614 commit a90cbbeCopy full SHA for a90cbbe
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.8.0",
0 commit comments