chore(main): release cmd/wasm 0.2.0 - #4826
Conversation
β Deploy Preview for go-feature-flag-doc-preview canceled.
|
There was a problem hiding this comment.
Code Review
This pull request automates the release of cmd/wasm version 0.3.0. The changes correctly update the version in the manifest file. However, the generated CHANGELOG.md appears to contain incorrect entries, listing commits from previous releases under the new version. This should be investigated to ensure the accuracy of the release notes.
| * **main:** release cmd/wasm 0.1.0 ([#4251](https://github.com/thomaspoignant/go-feature-flag/issues/4251)) ([21fdd5d](https://github.com/thomaspoignant/go-feature-flag/commit/21fdd5d88d31172206c572c36f4b064b7c98c044)) | ||
| * **main:** release cmd/wasm 0.1.1 ([#4466](https://github.com/thomaspoignant/go-feature-flag/issues/4466)) ([9e8da71](https://github.com/thomaspoignant/go-feature-flag/commit/9e8da716a2cdec5069f12d014ddb1dbf6879144b)) | ||
| * **main:** release cmd/wasm 0.1.2 ([#4615](https://github.com/thomaspoignant/go-feature-flag/issues/4615)) ([0c84411](https://github.com/thomaspoignant/go-feature-flag/commit/0c84411c20677cdc96e16706a3a6a61ca76ebc3d)) | ||
| * **main:** release cmd/wasm 0.1.3 ([#4672](https://github.com/thomaspoignant/go-feature-flag/issues/4672)) ([2901ef7](https://github.com/thomaspoignant/go-feature-flag/commit/2901ef77efce17edc4b8a21164c62a40230e0454)) | ||
| * **main:** release cmd/wasm 0.1.4 ([#4729](https://github.com/thomaspoignant/go-feature-flag/issues/4729)) ([fd1f07b](https://github.com/thomaspoignant/go-feature-flag/commit/fd1f07bfa88930bb8af54b966a7812a78aedbd03)) | ||
| * **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)) |
There was a problem hiding this comment.
These entries in the changelog correspond to previous releases of cmd/wasm. They should not be included in the changelog for version 0.3.0. This suggests a potential issue with the release-please configuration, which may not be correctly filtering commits for this module based on the last release tag.
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4826 +/- ##
==========================================
+ Coverage 85.75% 85.77% +0.01%
==========================================
Files 153 153
Lines 6537 6537
==========================================
+ Hits 5606 5607 +1
Misses 699 699
+ Partials 232 231 -1 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
6bcece4 to
370c699
Compare
|
π€ Created releases: π» |
π€ I have created a release beep boop
0.2.0 (2026-02-13)
π New Features
π Bug Fixes
π§ Chores
This PR was generated with Release Please. See documentation.