Skip to content

Commit

Permalink
Merge pull request ccin2p3#1 from smortex/fix-org
Browse files Browse the repository at this point in the history
Fix organization name
  • Loading branch information
faxm0dem authored Feb 28, 2022
2 parents a8b0290 + eab9a02 commit 9dfccd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
config.user = 'voxpupuli'
config.user = 'ccin2p3'
config.project = 'modulesync_config'
config.future_release = YAML.safe_load(File.read('moduleroot/.msync.yml.erb'))['modulesync_config_version']
end
Expand Down
2 changes: 1 addition & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gemfile:
- gem: puppet-strings
version: '>= 2.2'
Rakefile:
config.user: voxpupuli
config.user: ccin2p3
puppet_strings_patterns: []
.puppet-lint.rc:
disabled_lint_checks:
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/Rakefile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ begin
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 = '<%= @configs['config.user'] -%>'
config.project = metadata.metadata['name']
config.project = "puppet-#{metadata.metadata['name'].split('-').last}"
end

# Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715
Expand Down

0 comments on commit 9dfccd5

Please sign in to comment.