Added gem for generating the change log file.
This commit is contained in:
parent
fed4777910
commit
beb3e7c9bb
2 changed files with 11 additions and 0 deletions
8
.github_changelog_generator
Normal file
8
.github_changelog_generator
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
user=zammad
|
||||||
|
project=zammad
|
||||||
|
output=CHANGELOG.md
|
||||||
|
since-tag=1.0.0
|
||||||
|
bug-labels=bug,minor bug,security
|
||||||
|
enhancement-labels=enhancement,feature
|
||||||
|
issue-line-labels=enhancement,feature,bug,minor bug,security
|
||||||
|
exclude-tags=9.0.1,0.9.1,v0.1.8,v0.1.7,unittests_passed
|
3
Gemfile
3
Gemfile
|
@ -105,6 +105,9 @@ group :development, :test do
|
||||||
gem 'pre-commit'
|
gem 'pre-commit'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
gem 'coffeelint'
|
gem 'coffeelint'
|
||||||
|
|
||||||
|
# changelog generation
|
||||||
|
gem 'github_changelog_generator'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
|
|
Loading…
Reference in a new issue