Skip to content

Commit 812f97b

Browse files
author
David Swan
committed
(IAC-973) - Update travis/appveyor to run on new default branch main
1 parent ef64c30 commit 812f97b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
stage: spec
151151
branches:
152152
only:
153-
- master
153+
- main
154154
- /^v\d/
155155
- release
156156
notifications:

Rakefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,36 +52,35 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5252
config.header = "# Change log\n\nAll 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)."
5353
config.add_pr_wo_labels = true
5454
config.issues = false
55-
config.merge_prefix = "### UNCATEGORIZED PRS; GO LABEL THEM"
55+
config.merge_prefix = "### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
5656
config.configure_sections = {
5757
"Changed" => {
5858
"prefix" => "### Changed",
5959
"labels" => ["backwards-incompatible"],
6060
},
6161
"Added" => {
6262
"prefix" => "### Added",
63-
"labels" => ["feature", "enhancement"],
63+
"labels" => ["enhancement", "feature"],
6464
},
6565
"Fixed" => {
6666
"prefix" => "### Fixed",
67-
"labels" => ["bugfix"],
67+
"labels" => ["bug", "documentation", "bugfix"],
6868
},
6969
}
7070
end
7171
else
7272
desc 'Generate a Changelog from GitHub'
7373
task :changelog do
7474
raise <<EOM
75-
The changelog tasks depends on unreleased features of the github_changelog_generator gem.
75+
The changelog tasks depends on recent features of the github_changelog_generator gem.
7676
Please manually add it to your .sync.yml for now, and run `pdk update`:
7777
---
7878
Gemfile:
7979
optional:
8080
':development':
8181
- gem: 'github_changelog_generator'
82-
git: 'https://github.com/skywinder/github-changelog-generator'
83-
ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
84-
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
82+
version: '~> 1.15'
83+
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
8584
EOM
8685
end
8786
end

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"version_requirement": ">= 5.5.10 < 7.0.0"
8888
}
8989
],
90-
"pdk-version": "1.18.0",
90+
"pdk-version": "1.18.1",
9191
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
92-
"template-ref": "heads/master-0-g9c14433"
92+
"template-ref": "heads/master-0-gd610ead"
9393
}

0 commit comments

Comments
 (0)