Skip to content

Commit

Permalink
Merge pull request #374 from wyardley/changelog_wording
Browse files Browse the repository at this point in the history
Change text relating to changelog slightly
  • Loading branch information
wyardley authored Sep 14, 2017
2 parents 4fdd2c7 + b17d838 commit f7dd1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/Rakefile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
version = (Blacksmith::Modulefile.new).version
config.future_release = "v#{version}" if version =~ /^\d+\.\d+.\d+$/
config.header = "# Change log\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 impact the functionality of the module."
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."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
config.user = 'voxpupuli'
end
Expand Down

0 comments on commit f7dd1e9

Please sign in to comment.