Skip to content

Commit

Permalink
ci: Added .cc-gen file to root.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 24, 2022
1 parent 2baef8b commit b746146
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .cc-gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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 }} '
TypeMap:
Features:
- feature
- feat
Fixes:
- hotfix
- fix
Build:
- build
Chores:
- chore
Ci:
- ci
Documentation:
- docs
- documentation
Style:
- style
Refactoring:
- refactor
Pref:
- pref
Test:
- test
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ in the changelog, defaults to true.
`BreakingCommit` - Template for breaking changes, only used if 'GroupBreakingChanges' is false
`Commit` - Template for commits


```text
Default for 'Commit':
* [ {{ commit.sha | string.slice1 0 6 }} ] {{ header }} ({{ commit.committer.name }}) {{ commit.committer.when }}
Expand Down

0 comments on commit b746146

Please sign in to comment.