Skip to content

Commit 1f210e6

Browse files
committed
ci(github): bump action
1 parent 03ebd27 commit 1f210e6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/bump.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
release:
22
title-prefix: 'v'
3-
initial-version: '2.0.4'
3+
initial-version: '1.0.0'
44
tag-prefix: 'v'
5+
body-title: 'Changed'
6+
body-when-empty-changes: 'No changes'
7+
sort-by: 'note'
8+
sort-direction: 'ascending'
59
commit-note-replacers:
610
- replace-prefix: 'breaking: '
711
new-prefix: ''
812
- replace-prefix: 'feat: '
913
new-prefix: ''
14+
- replace-prefix: 'feat!: '
15+
new-prefix: ''
1016
- replace-prefix: 'refactor: '
1117
new-prefix: ''
1218
- replace-prefix: 'fix: '
@@ -16,14 +22,17 @@ release:
1622
- replace-prefix: 'chore: '
1723
new-prefix: ''
1824
branch:
25+
base-branch: 'develop'
1926
version-branch-prefix: 'v'
2027
bump-version-commit-prefix: 'v'
2128
categories:
2229
- title: 'Breaking Changes!'
2330
labels:
2431
- 'BreakingChange'
2532
commits:
33+
- 'BREAKING CHANGE:'
2634
- 'breaking:'
35+
- 'feat!:'
2736
changes-prefix: ':warning: '
2837
- title: 'Changes'
2938
labels:
@@ -36,6 +45,7 @@ categories:
3645
- Refactor
3746
commits:
3847
- 'refactor:'
48+
- 'chore:'
3949
changes-prefix: ':hammer: '
4050
- title: 'Bug Fixes'
4151
labels:
@@ -54,17 +64,22 @@ categories:
5464
- 'Dependencies'
5565
skip-label: 'Development'
5666
commits:
57-
- 'chore:'
67+
- 'build:'
5868
changes-prefix: ':green_book: '
5969
bump:
6070
default: 'patch'
6171
major:
6272
labels:
6373
- 'BreakingChange'
6474
commits:
75+
- 'BREAKING CHANGE:'
6576
- 'breaking:'
77+
- 'feat!:'
6678
minor:
6779
labels:
6880
- 'Feature'
6981
commits:
7082
- 'feat:'
83+
files:
84+
- file-path: 'package.json'
85+
line: 4

0 commit comments

Comments
 (0)