Skip to content

Commit

Permalink
chore: add gren config for generating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Aug 12, 2020
1 parent 93673a2 commit edaee3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ insert_final_newline = true
indent_style = space
indent_size = 4

[*.{xml,json}]
[*.{xml,json,yaml,yml}]
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.gitignore
!.grenrc.yml
!.editorconfig
target/
14 changes: 14 additions & 0 deletions .grenrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
dataSource: "commits"
prefix: ""
includeMessages: "commits"
ignoreCommitsWith:
- "doc"
- "chore"
- "maven-release-plugin"
changelogFilename: "CHANGELOG.md"
groupBy:
Features:
- "feat"
Bug Fixes:
- "fix"

0 comments on commit edaee3c

Please sign in to comment.