Skip to content

Commit ba0877f

Browse files
Project data for changelog generator
as changelog generator does not work on the forks without this config
1 parent 5fa902c commit ba0877f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ begin
5858
require 'github_changelog_generator/task'
5959
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
6060
config.future_release = "v#{metadata.version}"
61+
config.user = 'dev-sec'
62+
config.project = 'chef-ssh-hardening'
6163
end
6264
rescue LoadError
6365
puts '>>>>> GitHub Changelog Generator not loaded, omitting tasks'

0 commit comments

Comments
 (0)