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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
All 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).
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)."
36
+
config.header=<<-HEADER
37
+
# Change log
38
+
39
+
All 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).
40
+
HEADER
41
+
.gsub(%r{^ *},'')
42
+
39
43
config.add_pr_wo_labels=true
40
44
config.issues=false
41
-
config.merge_prefix="### UNCATEGORIZED PRS; GO LABEL THEM"
45
+
config.merge_prefix='### UNCATEGORIZED PRS; GO LABEL THEM'
0 commit comments