Skip to content
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

chore(backport): fixup release notes (#1148) #1149

Conversation

jakobmoellerdev
Copy link
Contributor

What this PR does / why we need it

the release notes that were fixed up require a small adjustment to be able to deal with properly multilined files.

This is because the notes are stored in bash variables which removes newlines by default. Now they are properly formatted in again and we also fixup the script so that the line count is correct

Which issue(s) this PR fixes

Makes sure that multilined release notes are interpreted correctly and dont break out. This happened with release/v0.19 so that commit was patched up by force push to test out the notes

What this PR does / why we need it

Which issue(s) this PR fixes

<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

the release notes that were fixed up require a small adjustment to be
able to deal with properly multilined files.

This is because the notes are stored in bash variables which removes
newlines by default. Now they are properly formatted in again and we
also fixup the script so that the line count is correct

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

Makes sure that multilined release notes are interpreted correctly and
dont break out. This happened with release/v0.19 so that commit was
patched up by force push to test out the notes
@jakobmoellerdev jakobmoellerdev requested a review from a team as a code owner November 27, 2024 13:10
@github-actions github-actions bot added chore component/github-actions Changes on GitHub Actions or within `.github/` directory labels Nov 27, 2024
@github-actions github-actions bot added the size/xs Extra small label Nov 27, 2024
@jakobmoellerdev jakobmoellerdev enabled auto-merge (squash) November 27, 2024 13:12
@jakobmoellerdev jakobmoellerdev merged commit 4a76461 into open-component-model:releases/v0.19 Nov 27, 2024
15 checks passed
@hilmarf hilmarf added the kind/chore chore, maintenance, etc. label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/github-actions Changes on GitHub Actions or within `.github/` directory kind/chore chore, maintenance, etc. size/xs Extra small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants