We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586a9ef commit be1095bCopy full SHA for be1095b
.github/bump.yml
@@ -7,6 +7,8 @@ release:
7
sort-by: 'note'
8
sort-direction: 'ascending'
9
commit-note-replacers:
10
+ - replace-prefix: 'BREAKING CHANGE: '
11
+ new-prefix: ''
12
- replace-prefix: 'breaking: '
13
new-prefix: ''
14
- replace-prefix: 'feat: '
@@ -21,6 +23,10 @@ release:
21
23
22
24
- replace-prefix: 'chore: '
25
26
+ - replace-prefix: 'deps: '
27
28
+ - replace-prefix: 'build: '
29
30
branch:
31
version-branch-prefix: 'v'
32
bump-version-commit-prefix: 'v'
bump.json
0 commit comments