Skip to content

Commit fac7f25

Browse files
author
Walker Leite
committed
feat(release-it): update config
1 parent ca9296c commit fac7f25

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.release-it.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
"pkgFiles": [
33
"package.json"
44
],
5+
"src": {
6+
"tagName": "v%s",
7+
"tagAnnotation": "Release v%s",
8+
"commitMessage": "Release v%s"
9+
},
510
"github": {
6-
"release": true
11+
"release": true,
12+
"releaseName": "Release v%s"
713
},
8-
"buildCommand": "npm run build",
14+
"buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
915
"increment": "conventional:angular",
10-
"beforeChangelogCommand": "conventional-changelog -p angular -i CHANGELOG.md -s",
11-
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
16+
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
17+
"changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",
1218
"safeBump": false
1319
}

0 commit comments

Comments
 (0)