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'
[security]='SECURITY'
[feat]='Features'
[fix]='Bug Fixes'
[fix]='Bug fixes'
[docs]='Documentation'
[refactor]='Code Refactoring'
[perf]='Performance Improvements'
[refactor]='Code refactoring'
[perf]='Performance improvements'
[test]='Tests'
[build]='Builds'
[ci]='Continuous Integration'
[ci]='Continuous integration'
[chore]='Chores'
[revert]='Reverts'
[other]='Other Changes'
[other]='Other changes'
)
# 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})
## Container Image
## Container image
- \`docker pull $image_tag\`
"