Skip to content

Commit c65f789

Browse files
committed
ci(github): bump action
1 parent 5889d20 commit c65f789

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/bump.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ release:
22
title-prefix: 'v'
33
initial-version: '1.0.0'
44
tag-prefix: 'v'
5-
body-title: 'Changed'
5+
body-title: "What's Changed"
66
body-when-empty-changes: 'No changes'
77
sort-by: 'note'
88
sort-direction: 'ascending'
@@ -39,12 +39,13 @@ categories:
3939
commits:
4040
- 'feat:'
4141
changes-prefix: ':gift: '
42-
- title: 'Changes'
42+
- title: 'Minor Changes'
4343
labels:
44-
- Refactor
44+
- 'Refactor'
4545
commits:
4646
- 'refactor:'
4747
- 'chore:'
48+
- 'build:'
4849
changes-prefix: ':hammer: '
4950
- title: 'Bug Fixes'
5051
labels:
@@ -63,7 +64,7 @@ categories:
6364
- 'Dependencies'
6465
skip-label: 'Development'
6566
commits:
66-
- 'build:'
67+
- 'deps:'
6768
changes-prefix: ':green_book: '
6869
bump:
6970
default: 'patch'

0 commit comments

Comments
 (0)