-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReleaseNote.config.toml
More file actions
47 lines (39 loc) · 1.08 KB
/
ReleaseNote.config.toml
File metadata and controls
47 lines (39 loc) · 1.08 KB
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
42
43
44
45
46
47
[ReleaseNote.Maker]
Directory = "ChangeLog.d"
OutputFileName = "CHANGELOG.md"
TemplateFilePath = "ChangeLog.d/Template.tt"
CsprojPath = "NF.Tool.ReleaseNoteMaker/NF.Tool.ReleaseNoteMaker.CLI/NF.Tool.ReleaseNoteMaker.CLI.csproj"
EndOfLine = "LF"
StartString = "<!-- release notes start -->\n"
IssueFormat = "[{Issue}](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker/issues/{Issue})"
[[ReleaseNote.Section]]
Path = ""
DisplayName = "Main"
[[ReleaseNote.Type]]
Category = "security"
DisplayName = "Security"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "removed"
DisplayName = "Removed"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "deprecated"
DisplayName = "Deprecated"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "added"
DisplayName = "Added"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "changed"
DisplayName = "Changed"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "fixed"
DisplayName = "Fixed"
IsShowContent = true
[[ReleaseNote.Type]]
Category = "feature"
DisplayName = "Features"
IsShowContent = true