Added gem for generating the change log file.

This commit is contained in:
Thorsten Eckel 2016-11-07 17:53:13 +01:00
parent fed4777910
commit beb3e7c9bb
2 changed files with 11 additions and 0 deletions

View 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

View file

@ -105,6 +105,9 @@ group :development, :test do
gem 'pre-commit'
gem 'rubocop'
gem 'coffeelint'
# changelog generation
gem 'github_changelog_generator'
end
gem 'puma'