Skip to content

Commit af48853

Browse files
committed
build: use conventionalcommits convention
1 parent 84f2431 commit af48853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/router/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
],
9696
"scripts": {
9797
"dev": "vitest --ui",
98-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
9998
"build": "tsdown",
10099
"build:old": "rimraf dist && rollup -c rollup.config.mjs",
101100
"build:playground": "vue-tsc --noEmit && vite build --config playground/vite.config.ts",

scripts/release.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ async function main() {
330330
'CHANGELOG.md',
331331
'--same-file',
332332
'-p',
333-
'angular',
333+
// 'angular',
334+
'conventionalcommits',
334335
'-r',
335336
changelogExists ? '1' : '0',
336337
'--commit-path',

0 commit comments

Comments
 (0)