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)."
54
-
config.add_pr_wo_labels=true
55
-
config.issues=false
56
-
config.merge_prefix="### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
57
-
config.configure_sections={
58
-
"Changed"=>{
59
-
"prefix"=>"### Changed",
60
-
"labels"=>["backwards-incompatible"],
61
-
},
62
-
"Added"=>{
63
-
"prefix"=>"### Added",
64
-
"labels"=>["enhancement","feature"],
65
-
},
66
-
"Fixed"=>{
67
-
"prefix"=>"### Fixed",
68
-
"labels"=>["bug","documentation","bugfix"],
69
-
},
70
-
}
71
-
end
72
-
else
73
-
desc'Generate a Changelog from GitHub'
74
-
task:changelogdo
75
-
raise<<EOM
76
-
The changelog tasks depends on recent features of the github_changelog_generator gem.
77
-
Please manually add it to your .sync.yml for now, and run `pdk update`:
0 commit comments