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
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)."
41
+
config.add_pr_wo_labels=true
42
+
config.issues=false
43
+
config.merge_prefix="### UNCATEGORIZED PRS; GO LABEL THEM"
44
+
config.configure_sections={
45
+
"Changed"=>{
46
+
"prefix"=>"### Changed",
47
+
"labels"=>["backwards-incompatible"],
48
+
},
49
+
"Added"=>{
50
+
"prefix"=>"### Added",
51
+
"labels"=>["feature","enhancement"],
52
+
},
53
+
"Fixed"=>{
54
+
"prefix"=>"### Fixed",
55
+
"labels"=>["bugfix"],
56
+
},
57
+
}
58
+
end
59
+
else
60
+
desc'Generate a Changelog from GitHub'
61
+
task:changelogdo
62
+
raise<<EOM
63
+
The changelog tasks depends on unreleased features of the github_changelog_generator gem.
64
+
Please manually add it to your .sync.yml for now, and run `pdk update`:
0 commit comments