chore(main): release cmd/wasm 0.2.2 - #5286
Conversation
β Deploy Preview for go-feature-flag-doc-preview canceled.
|
|
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md for the cmd/wasm module to document changes for version 0.2.2, including various dependency bumps and CI/CD updates. Feedback points out that the version header link is incorrect because it compares the version to itself, and the section duplicates an existing entry. Additionally, the reviewer noted that several release-specific chore entries are redundant and should be removed to improve the clarity of the release notes.
| @@ -1,5 +1,28 @@ | |||
| # Changelog | |||
|
|
|||
| ## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.2...cmd/wasm/v0.2.2) (2026-05-15) | |||
There was a problem hiding this comment.
The comparison link for version 0.2.2 is incorrect as it compares the version with itself (v0.2.2...v0.2.2). This header also duplicates the existing 0.2.2 entry on line 26. The link should be updated to v0.2.1...v0.2.2 and the duplicate sections should be merged.
| ## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.2...cmd/wasm/v0.2.2) (2026-05-15) | |
| ## [0.2.2](https://github.com/thomaspoignant/go-feature-flag/compare/cmd/wasm/v0.2.1...cmd/wasm/v0.2.2) (2026-05-15) |
| * **main:** release cmd/wasm 0.2.0 ([#4800](https://github.com/thomaspoignant/go-feature-flag/issues/4800)) ([1803131](https://github.com/thomaspoignant/go-feature-flag/commit/18031310a00e6261191867a50e0f2b6036066ca3)) | ||
| * **main:** release cmd/wasm 0.2.0 ([#4826](https://github.com/thomaspoignant/go-feature-flag/issues/4826)) ([19bba43](https://github.com/thomaspoignant/go-feature-flag/commit/19bba4309c1c79cf0ea489c39c4f71707f40b55f)) | ||
| * **main:** release cmd/wasm 0.2.1 ([#4940](https://github.com/thomaspoignant/go-feature-flag/issues/4940)) ([fcf7d42](https://github.com/thomaspoignant/go-feature-flag/commit/fcf7d42f0b62984373fe0c4450c0351219c10295)) | ||
| * **main:** release cmd/wasm 0.2.2 ([#5080](https://github.com/thomaspoignant/go-feature-flag/issues/5080)) ([44a10f3](https://github.com/thomaspoignant/go-feature-flag/commit/44a10f350cbcc1834e3463e60fd5bf5c84f1e7a0)) |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5286 +/- ##
==========================================
+ Coverage 85.86% 85.87% +0.01%
==========================================
Files 161 161
Lines 6784 6784
==========================================
+ Hits 5825 5826 +1
Misses 720 720
+ Partials 239 238 -1 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
|
π€ Created releases: π» |



π€ I have created a release beep boop
0.2.2 (2026-05-15)
π§ Chores
βοΈ CI/CD
This PR was generated with Release Please. See documentation.