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