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