Skip to content

Commit 1acdadb

Browse files
author
Walker Leite
committed
feat(package): add conventional angular settings
1 parent 753c630 commit 1acdadb

3 files changed

Lines changed: 397 additions & 1 deletion

File tree

.release-it.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"github": {
66
"release": true
77
},
8-
"buildCommand": "npm run build"
8+
"buildCommand": "npm run build",
9+
"increment": "conventional:angular",
10+
"beforeChangelogCommand": "conventional-changelog -p angular -i CHANGELOG.md -s",
11+
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
12+
"safeBump": false
913
}

0 commit comments

Comments
 (0)