Skip to content

Commit 8ea839e

Browse files
authored
Merge pull request #127 from neo4j/change-changie-kind
Change changie kinds
2 parents fe98e5c + e924e5f commit 8ea839e

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.changie.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@ headerPath: header.tpl.md
44
changelogPath: CHANGELOG.md
55
versionExt: md
66
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
7-
kindFormat: '### {{.Kind}}'
8-
changeFormat: '* {{.Body}}'
7+
kindFormat: "### {{.Kind}}"
8+
changeFormat: "* {{.Body}}"
99
kinds:
10-
- label: Added
11-
auto: minor
12-
- label: Changed
10+
- label: Major
1311
auto: major
14-
- label: Deprecated
12+
- label: Minor
1513
auto: minor
16-
- label: Removed
17-
auto: major
18-
- label: Fixed
19-
auto: patch
20-
- label: Security
14+
- label: Patch
2115
auto: patch
2216
newlines:
2317
afterChangelogHeader: 1

0 commit comments

Comments
 (0)