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 5889d20 commit c65f789Copy full SHA for c65f789
.github/bump.yml
@@ -2,7 +2,7 @@ release:
2
title-prefix: 'v'
3
initial-version: '1.0.0'
4
tag-prefix: 'v'
5
- body-title: 'Changed'
+ body-title: "What's Changed"
6
body-when-empty-changes: 'No changes'
7
sort-by: 'note'
8
sort-direction: 'ascending'
@@ -39,12 +39,13 @@ categories:
39
commits:
40
- 'feat:'
41
changes-prefix: ':gift: '
42
- - title: 'Changes'
+ - title: 'Minor Changes'
43
labels:
44
- - Refactor
+ - 'Refactor'
45
46
- 'refactor:'
47
- 'chore:'
48
+ - 'build:'
49
changes-prefix: ':hammer: '
50
- title: 'Bug Fixes'
51
@@ -63,7 +64,7 @@ categories:
63
64
- 'Dependencies'
65
skip-label: 'Development'
66
- - 'build:'
67
+ - 'deps:'
68
changes-prefix: ':green_book: '
69
bump:
70
default: 'patch'
0 commit comments