Skip to content

ci: create GitHub Release after npm version bump#693

Merged
unhappychoice merged 1 commit intomainfrom
ci/github-release
May 6, 2026
Merged

ci: create GitHub Release after npm version bump#693
unhappychoice merged 1 commit intomainfrom
ci/github-release

Conversation

@unhappychoice
Copy link
Copy Markdown
Owner

Summary

  • After the version bump and CHANGELOG update, publish a GitHub Release for the new tag with the generated CHANGELOG section as the body.
  • Past releases (v0.1.0 through v0.20.1) were created retroactively from CHANGELOG.md outside of this PR.

Test plan

  • Trigger the workflow (workflow_dispatch) for a patch bump and confirm a Release appears under https://github.com/unhappychoice/mdts/releases with the same body as the new CHANGELOG section.
  • Confirm the new tag is marked as Latest.

🤖 Generated with Claude Code

Extends the release workflow to publish a GitHub Release using the
generated CHANGELOG section as the release body, so each tag has a
corresponding entry under the Releases page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 6, 2026

Deploy Preview for mdts-unhappychoice ready!

Name Link
🔨 Latest commit 0b204df
🔍 Latest deploy log https://app.netlify.com/projects/mdts-unhappychoice/deploys/69fba0ee35fe7b0008416083
😎 Deploy Preview https://deploy-preview-693--mdts-unhappychoice.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

@unhappychoice has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 8 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: de0eccad-e026-454f-9142-7ffedc05d3ca

📥 Commits

Reviewing files that changed from the base of the PR and between 9331273 and 0b204df.

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

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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.34%. Comparing base (9331273) to head (0b204df).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #693   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          69       69           
  Lines        1537     1537           
  Branches      371      368    -3     
=======================================
  Hits         1527     1527           
  Misses          9        9           
  Partials        1        1           
Flag Coverage Δ
frontend 99.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@unhappychoice unhappychoice merged commit d7371b2 into main May 6, 2026
11 checks passed
@unhappychoice unhappychoice deleted the ci/github-release branch May 6, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant