Skip to content

Commit bbe33fe

Browse files
authored
chore: Revert title case in release notes (#5653)
1 parent 52d7dfa commit bbe33fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/release/generate_release_notes.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
143143
Compare: [\`${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
"

0 commit comments

Comments
 (0)