feat: Stamp CHANGELOG.md with version during CI tag#27
Conversation
Add opencode/package.json to root .block file since the CI pipeline manages version numbers in both plugin.json files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace `## Unreleased` header with `## vX.Y.Z (YYYY-MM-DD)` when the CI pipeline creates a version tag, keeping the changelog format consistent with existing entries. Gracefully skips if no Unreleased section is found. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughConfiguration files updated to extend the blocking list and automate changelog versioning in the CI pipeline. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
✨ 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 |
Summary
tagjob that replaces## Unreleasedin CHANGELOG.md with## vX.Y.Z (YYYY-MM-DD)using the GitVersion output and current dategit add## Unreleasedsection exists (exits 0)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit