Skip to content

Commit a6d1eb8

Browse files
committed
Add config.project to changelog rake task
This is needed since github-changelog-generator/github-changelog-generator#451 was merged.
1 parent 9e0b4c7 commit a6d1eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

moduleroot/Rakefile.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ begin
5656
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
5757
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
5858
config.user = 'voxpupuli'
59+
metadata_json = File.join(File.dirname(__FILE__), 'metadata.json')
60+
metadata = JSON.load(File.read(metadata_json))
61+
config.project = metadata['name']
5962
end
6063
rescue LoadError
6164
end

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy