File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,16 +86,16 @@ declare -A section_titles=(
8686 [breaking]=' BREAKING CHANGES'
8787 [security]=' SECURITY'
8888 [feat]=' Features'
89- [fix]=' Bug Fixes '
89+ [fix]=' Bug fixes '
9090 [docs]=' Documentation'
91- [refactor]=' Code Refactoring '
92- [perf]=' Performance Improvements '
91+ [refactor]=' Code refactoring '
92+ [perf]=' Performance improvements '
9393 [test]=' Tests'
9494 [build]=' Builds'
95- [ci]=' Continuous Integration '
95+ [ci]=' Continuous integration '
9696 [chore]=' Chores'
9797 [revert]=' Reverts'
98- [other]=' Other Changes '
98+ [other]=' Other changes '
9999)
100100
101101# Verify that all items in section_order exist as keys in section_titles and
@@ -142,7 +142,7 @@ $changelog
142142
143143Compare: [\` ${old_version} ...${new_version} \` ](https://github.com/coder/coder/compare/${old_version} ...${new_version} )
144144
145- ## Container Image
145+ ## Container image
146146
147147- \` docker pull $image_tag \`
148148"
You can’t perform that action at this time.
0 commit comments