Skip to content

Commit 7b54251

Browse files
committed
chore(release): update release script to use patch versioning
1 parent 27a0fd3 commit 7b54251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:ci": "vitest --run --reporter verbose --exclude \"**/app.test.ts\"",
1919
"test:coverage": "vitest run --coverage",
2020
"postinstall": "nuxt prepare",
21-
"release": "npm run lint && npm run build && changelogen --minor --release && git push --follow-tags"
21+
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
2222
},
2323
"devDependencies": {
2424
"@antfu/eslint-config": "^5.0.0",

0 commit comments

Comments
 (0)