File tree Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Style/BlockDelimiters:
4343Style/BracesAroundHashParameters :
4444 Description : Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
4545 See https://github.com/rubocop-hq/rubocop/pull/7643
46- Enabled : true
46+ Enabled : false
4747Style/ClassAndModuleChildren :
4848 Description : Compact style reduces the required amount of indentation.
4949 EnforcedStyle : compact
Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ Gemfile:
2424spec/spec_helper.rb :
2525 mock_with : " :rspec"
2626 coverage_report : true
27+
28+ Rakefile :
29+ changelog_since_tag : v1.6.0
Original file line number Diff line number Diff line change 4343 stage : deploy
4444branches :
4545 only :
46- - master
46+ - main
4747 - /^v\d/
4848notifications :
4949 email : false
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4747 raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake . application . top_level_tasks . include? "changelog" and ENV [ 'CHANGELOG_GITHUB_TOKEN' ] . nil?
4848 config . user = "#{ changelog_user } "
4949 config . project = "#{ changelog_project } "
50+ config . since_tag = "v1.6.0"
5051 config . future_release = "#{ changelog_future_release } "
5152 config . exclude_labels = [ 'maintenance' ]
5253 config . header = "# Change log\n \n All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."
Original file line number Diff line number Diff line change 22version : 1.1.x.{build}
33branches :
44 only :
5- - master
5+ - main
66 - release
77skip_commits :
88 message : /^\(?doc\)?.*/
Original file line number Diff line number Diff line change 6363 ],
6464 "pdk-version" : " 1.17.0" ,
6565 "template-url" : " https://github.com/puppetlabs/pdk-templates.git#master" ,
66- "template-ref" : " heads/master-0-g3d2e75c "
66+ "template-ref" : " heads/master-0-ga58fd92 "
6767}
You canβt perform that action at this time.
0 commit comments