-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.stepuprc
More file actions
36 lines (36 loc) · 793 Bytes
/
.stepuprc
File metadata and controls
36 lines (36 loc) · 793 Bytes
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
notes:
after_versioned:
strategy: "keep" # Valid options: "keep" or "remove"
section: "versioning"
changelog_message: "available on {version}"
sections:
- name: "changes"
prefix: "change: "
label: "Changes:"
tag: "change"
- name: "bugfixes"
prefix: "bugfix: "
label: "Bugfixes:"
tag: "bugfix"
- name: "features"
prefix: "feature: "
label: "Features:"
tag: "feature"
- name: "deploy_steps"
prefix: "deploy_step: "
label: "Deploy steps:"
tag: "deploy_step"
versioning:
version_mask: "v0.0.0"
auto_increment:
sections_level:
minor:
- features
- deploy_steps
patch:
- bugfixes
- changes
version_levels:
- major
- minor
- patch