forked from coursier/setup-action
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.autorc.yml
41 lines (41 loc) · 1.19 KB
/
.autorc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
plugins:
- git-tag
- released
- - omit-commits
- subject: 'build: update dist'
latest:
noChangelog: true
shipit:
noChangelog: true
labels:
- name: major
changelogTitle: '💥 Breaking Changes'
description: 'Increment the major version when merged'
releaseType: major
- name: minor
changelogTitle: '🚀 Enhancements'
description: 'Increment the minor version when merged'
releaseType: minor
- name: patch
changelogTitle: '🐛 Patches'
description: 'Increment the patch version when merged'
releaseType: patch
- name: internal
changelogTitle: '🏠 Internal'
description: 'Changes only affect the internal API'
releaseType: none
- name: documentation
changelogTitle: '📝 Documentation'
description: 'Changes only affect the documentation'
releaseType: none
- name: tests
changelogTitle: '🧪 Tests'
description: 'Add or improve existing tests'
releaseType: none
- name: dependencies
changelogTitle: '📦 Dependency Updates'
description: 'Update one or more dependencies version'
releaseType: none
- name: skip-release
description: 'Preserve the current version when merged'
releaseType: skip