ci: pass new tag to release notes generator script - #3247
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe release workflow now passes both the previous and next version tags to ChangesRelease note generation
Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The release workflow now passes both release references correctly, so release comparisons should remain accurate. 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
🧭 Context
I noticed that release notes generated by our script include the compare link from the previous release to
HEADinstead of the new tag. This makes those links misleading if new releases come in because the compare link always shows the diff to the currentmainbranch.📚 Description
This PR fixes this by passing the new tag to the release notes generator script so it can use it in the release notes markdown heading and compare link, which makes those links always correct. This is also how @serhalp and I created the releases
0.19.0,0.6.0, and0.5.0manually.