Skip to content

Commit

Permalink
ci(github): bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
semencov committed Apr 26, 2021
1 parent 5889d20 commit c65f789
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ release:
title-prefix: 'v'
initial-version: '1.0.0'
tag-prefix: 'v'
body-title: 'Changed'
body-title: "What's Changed"
body-when-empty-changes: 'No changes'
sort-by: 'note'
sort-direction: 'ascending'
Expand Down Expand Up @@ -39,12 +39,13 @@ categories:
commits:
- 'feat:'
changes-prefix: ':gift: '
- title: 'Changes'
- title: 'Minor Changes'
labels:
- Refactor
- 'Refactor'
commits:
- 'refactor:'
- 'chore:'
- 'build:'
changes-prefix: ':hammer: '
- title: 'Bug Fixes'
labels:
Expand All @@ -63,7 +64,7 @@ categories:
- 'Dependencies'
skip-label: 'Development'
commits:
- 'build:'
- 'deps:'
changes-prefix: ':green_book: '
bump:
default: 'patch'
Expand Down

0 comments on commit c65f789

Please sign in to comment.