Skip to content

Commit 0caf7ab

Browse files
authored
feat: support "!" commit type appendix (#66)
* chore: update conventional-commit-parser * fix(getNextReleaseType): lookup breaking change in the footer * chore(parseCommits): use deferred promise for stream handling * feat: support "!" commit type appendix for breaking changes
1 parent d9d8990 commit 0caf7ab

File tree

6 files changed

+200
-285
lines changed

6 files changed

+200
-285
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/registry-auth-token": "^4.2.1",
4343
"@types/semver": "^7.5.1",
4444
"@types/yargs": "^17.0.10",
45-
"conventional-commits-parser": "^3.2.4",
45+
"conventional-commits-parser": "^5.0.0",
4646
"get-stream": "^6.0.1",
4747
"git-log-parser": "^1.2.0",
4848
"issue-parser": "^6.0.0",

0 commit comments

Comments
 (0)