You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,36 +53,35 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
51
53
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)."
52
54
config.add_pr_wo_labels=true
53
55
config.issues=false
54
-
config.merge_prefix="### UNCATEGORIZED PRS; GO LABEL THEM"
56
+
config.merge_prefix="### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
55
57
config.configure_sections={
56
58
"Changed"=>{
57
59
"prefix"=>"### Changed",
58
60
"labels"=>["backwards-incompatible"],
59
61
},
60
62
"Added"=>{
61
63
"prefix"=>"### Added",
62
-
"labels"=>["feature","enhancement"],
64
+
"labels"=>["enhancement","feature"],
63
65
},
64
66
"Fixed"=>{
65
67
"prefix"=>"### Fixed",
66
-
"labels"=>["bugfix"],
68
+
"labels"=>["bug","documentation","bugfix"],
67
69
},
68
70
}
69
71
end
70
72
else
71
73
desc'Generate a Changelog from GitHub'
72
74
task:changelogdo
73
75
raise<<EOM
74
-
The changelog tasks depends on unreleased features of the github_changelog_generator gem.
76
+
The changelog tasks depends on recent features of the github_changelog_generator gem.
75
77
Please manually add it to your .sync.yml for now, and run `pdk update`:
0 commit comments