forked from logos-messaging/logos-delivery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sv4git.yml
More file actions
22 lines (18 loc) · 753 Bytes
/
.sv4git.yml
File metadata and controls
22 lines (18 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: "1.1" #config version
tag:
pattern: "v%d.%d.%d"
filter: "v*"
release-notes:
sections: # Array with each section of release note. Check template section for more information.
- name: Features # Name used on section.
section-type: commits # Type of the section, supported types: commits, breaking-changes.
commit-types: [feat] # Commit types for commit section-type, one commit type cannot be in more than one section.
- name: Bug Fixes
section-type: commits
commit-types: [fix, bug]
- name: Changes
section-type: commits
commit-types: [chore, docs, build, refactor, docker]
commit-message:
issue:
regex: '#[0-9]+' # Regex for issue id.