-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cc-gen
35 lines (35 loc) · 1.13 KB
/
.cc-gen
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
DefaultType: Misc
Header: '# Change Log'
GroupBreakingChanges: true
GroupedBreakingHeader: '## Breaking changes'
Commit: ' * [ [{{ commit.sha | string.slice1 0 6 }}](https://github.com/jitesoft/cc-gen-sharp/commit/{{ commit.sha }}) ] {{ header }} <small>({{ commit.committer.name }}) {{ commit.committer.when }}</small> '
BreakingCommit: ' * [ [{{ commit.sha | string.slice1 0 6 }}](https://github.com/jitesoft/cc-gen-sharp/commit/{{ commit.sha }}) ] **breaking** {{ header }} <small>({{ commit.committer.name }}) {{ commit.committer.when }}</small> '
Type: '### {{ type }} '
Footer: |-
Latest binaries can be found at [GitLab](https://gitlab.com/jitesoft/open-source/c-sharp/cc-gen/-/packages)
Latest container image can be found at [GitLab](https://gitlab.com/jitesoft/open-source/c-sharp/cc-gen/container_registry)
and [GitHub](https://github.com/jitesoft/cc-gen-sharp/pkgs/container/cc-gen-sharp)
TypeMap:
Features:
- feature
- feat
Fixes:
- hotfix
- fix
Build:
- build
Chores:
- chore
Ci:
- ci
Documentation:
- docs
- documentation
Style:
- style
Refactoring:
- refactor
Pref:
- pref
Test:
- test