chore(main): release cmd/wasm 0.2.3#5298
Conversation
✅ Deploy Preview for go-feature-flag-doc-preview canceled.
|
There was a problem hiding this comment.
Code Review
This pull request updates the version of the cmd/wasm component from 0.2.2 to 0.2.3 in the release manifest and adds a corresponding entry to the changelog, which documents a dependency update for golang.org/x/net. I have no feedback to provide.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5298 +/- ##
=======================================
Coverage ? 86.42%
=======================================
Files ? 160
Lines ? 6945
Branches ? 0
=======================================
Hits ? 6002
Misses ? 705
Partials ? 238 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
e766a90 to
5eeb19d
Compare
d74aa0a to
e03e25d
Compare
ee5dd45 to
e8a9a11
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughThis PR bumps Changescmd/wasm v0.2.3 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@cmd/wasm/CHANGELOG.md`:
- Line 9: The CHANGELOG entry in cmd/wasm/CHANGELOG.md currently records a bump
of golang.org/x/net to v0.54.0 (commit b31655a) but go.mod was updated to
v0.55.0; update the CHANGELOG entry text to reflect golang.org/x/net v0.55.0 (or
otherwise reconcile the release notes with the final dependency bump) so the
release notes and go.mod match.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 6de2c75c-0dbd-48bd-877f-d2e21cb1080e
📒 Files selected for processing (2)
.github/release-please/.release-please-manifest.jsoncmd/wasm/CHANGELOG.md
| ### 🔧 Chores | ||
|
|
||
| * Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5360](https://github.com/thomaspoignant/go-feature-flag/issues/5360)) ([9752a72](https://github.com/thomaspoignant/go-feature-flag/commit/9752a726b9e252e6262bfcf75066b0e32e4ec0ed)) | ||
| * Bump golang.org/x/net from 0.53.0 to 0.54.0 ([#5296](https://github.com/thomaspoignant/go-feature-flag/issues/5296)) ([b31655a](https://github.com/thomaspoignant/go-feature-flag/commit/b31655ac1ab8e12d6f9284b2f725d1cd74b80c3b)) |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify golang.org/x/net version in go.mod matches changelog entry
# Check current version in go.mod
echo "Current golang.org/x/net version in go.mod:"
rg -n 'golang\.org/x/net v' go.mod
# Check the version in the previous tag (v0.2.2)
echo -e "\ngolang.org/x/net version at cmd/wasm/v0.2.2:"
git show cmd/wasm/v0.2.2:go.mod | rg 'golang\.org/x/net v' || echo "Tag not found or file not present"
# Check commit b31655a mentioned in changelog for this bump
echo -e "\nChanges in commit b31655a (the bump commit):"
git show b31655a:go.mod | rg 'golang\.org/x/net v' || echo "Commit not found or no changes"Repository: thomaspoignant/go-feature-flag
Length of output: 363
Fix cmd/wasm/CHANGELOG.md to match the final golang.org/x/net bump
The changelog entry (commit b31655a) bumps golang.org/x/net to v0.54.0, but the current go.mod contains golang.org/x/net v0.55.0, so the release notes don’t reflect the final dependency state. Update the changelog to include the v0.55.0 bump (or adjust the release content so they match).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@cmd/wasm/CHANGELOG.md` at line 9, The CHANGELOG entry in
cmd/wasm/CHANGELOG.md currently records a bump of golang.org/x/net to v0.54.0
(commit b31655a) but go.mod was updated to v0.55.0; update the CHANGELOG entry
text to reflect golang.org/x/net v0.55.0 (or otherwise reconcile the release
notes with the final dependency bump) so the release notes and go.mod match.
5d77011 to
f8c12bb
Compare
b9b8aa8 to
e9edb5f
Compare
e9edb5f to
718a54d
Compare
718a54d to
f8aa299
Compare
|



🤖 I have created a release beep boop
0.2.3 (2026-06-16)
🔧 Chores
This PR was generated with Release Please. See documentation.