Skip to content

chore: Revert title case in release notes #5653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Revert title case in release notes
  • Loading branch information
mafredri committed Jan 10, 2023
commit 95c66a36bfcb67e3ae1da89c59e5138f9db2447a
12 changes: 6 additions & 6 deletions scripts/release/generate_release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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\`
"