chore: Revert title case in release notes (#5653)

This commit is contained in:
Mathias Fredriksson 2023-01-10 16:04:33 +02:00 committed by GitHub
parent 52d7dfa253
commit bbe33fef41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -86,16 +86,16 @@ declare -A section_titles=(
[breaking]='BREAKING CHANGES' [breaking]='BREAKING CHANGES'
[security]='SECURITY' [security]='SECURITY'
[feat]='Features' [feat]='Features'
[fix]='Bug Fixes' [fix]='Bug fixes'
[docs]='Documentation' [docs]='Documentation'
[refactor]='Code Refactoring' [refactor]='Code refactoring'
[perf]='Performance Improvements' [perf]='Performance improvements'
[test]='Tests' [test]='Tests'
[build]='Builds' [build]='Builds'
[ci]='Continuous Integration' [ci]='Continuous integration'
[chore]='Chores' [chore]='Chores'
[revert]='Reverts' [revert]='Reverts'
[other]='Other Changes' [other]='Other changes'
) )
# Verify that all items in section_order exist as keys in section_titles and # Verify that all items in section_order exist as keys in section_titles and
@ -142,7 +142,7 @@ $changelog
Compare: [\`${old_version}...${new_version}\`](https://github.com/coder/coder/compare/${old_version}...${new_version}) Compare: [\`${old_version}...${new_version}\`](https://github.com/coder/coder/compare/${old_version}...${new_version})
## Container Image ## Container image
- \`docker pull $image_tag\` - \`docker pull $image_tag\`
" "