File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,16 @@ declare -A section_titles=(
86
86
[breaking]=' BREAKING CHANGES'
87
87
[security]=' SECURITY'
88
88
[feat]=' Features'
89
- [fix]=' Bug Fixes '
89
+ [fix]=' Bug fixes '
90
90
[docs]=' Documentation'
91
- [refactor]=' Code Refactoring '
92
- [perf]=' Performance Improvements '
91
+ [refactor]=' Code refactoring '
92
+ [perf]=' Performance improvements '
93
93
[test]=' Tests'
94
94
[build]=' Builds'
95
- [ci]=' Continuous Integration '
95
+ [ci]=' Continuous integration '
96
96
[chore]=' Chores'
97
97
[revert]=' Reverts'
98
- [other]=' Other Changes '
98
+ [other]=' Other changes '
99
99
)
100
100
101
101
# Verify that all items in section_order exist as keys in section_titles and
@@ -142,7 +142,7 @@ $changelog
142
142
143
143
Compare: [\` ${old_version} ...${new_version} \` ](https://github.com/coder/coder/compare/${old_version} ...${new_version} )
144
144
145
- ## Container Image
145
+ ## Container image
146
146
147
147
- \` docker pull $image_tag \`
148
148
"
You can’t perform that action at this time.
0 commit comments