Skip to content

Improve release notes handling in publish workflow#1786

Merged
ivarne merged 1 commit into
mainfrom
chore/improve-release-notes-parsing
May 29, 2026
Merged

Improve release notes handling in publish workflow#1786
ivarne merged 1 commit into
mainfrom
chore/improve-release-notes-parsing

Conversation

@ivarne
Copy link
Copy Markdown
Member

@ivarne ivarne commented May 29, 2026

Not sure how to test this without just trying it out

Copilot AI review requested due to automatic review settings May 29, 2026 12:39
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@ivarne, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 65eb96a2-6c77-417c-b7fe-d8b5a9c7ff82

📥 Commits

Reviewing files that changed from the base of the PR and between fcdd72e and 7ca76ad.

📒 Files selected for processing (1)
  • .github/workflows/publish-release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/improve-release-notes-parsing

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions publish workflow to generate RELEASE_NOTES.md from the raw event payload, improving handling of multiline/escaped release bodies when publishing packages.

Changes:

  • Write release notes via a single grouped redirection ({ ... } > RELEASE_NOTES.md) instead of multiple echo >> appends.
  • Read the release body from $GITHUB_EVENT_PATH using jq -r '.release.body // ""' to preserve formatting and avoid expression/quoting pitfalls.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link
Copy Markdown

@ivarne ivarne merged commit 3c66644 into main May 29, 2026
14 of 15 checks passed
@ivarne ivarne deleted the chore/improve-release-notes-parsing branch May 29, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants