You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
Starting from version v0.18.3-mocha, additional unintended tags are being created for the same pull request (PR). These extra tags are misleading and are being used as semantic versions in the binaries instead of the intended proper version tags.
Root Cause:
The issue appears to have started due to the Release CI action running the bump version action on pre-releases.
[Commit 395ba5f](#3855)
Impact:
Misleading Tags: Extra tags like v0.18.0-refs-tags-v0-18-3-mocha.0 are being treated as semantic versions.
Incorrect Binaries: These misleading tags are injected into the binaries, causing confusion and potential issues in version tracking and dependency management.
Expected Behavior:
Each release should have a single, clear semantic version tag (e.g., v0.18.3-mocha or v0.19.0-arabica) without additional prefixed or suffixed tags.
The text was updated successfully, but these errors were encountered:
Implementation ideas
Issue Summary:
Starting from version
v0.18.3-mocha
, additional unintended tags are being created for the same pull request (PR). These extra tags are misleading and are being used as semantic versions in the binaries instead of the intended proper version tags.Affected Releases:
v0.18.3-mocha:
v0.19.0-arabica:
Root Cause:
The issue appears to have started due to the Release CI action running the bump version action on pre-releases.
[Commit 395ba5f](#3855)
Impact:
v0.18.0-refs-tags-v0-18-3-mocha.0
are being treated as semantic versions.Expected Behavior:
Each release should have a single, clear semantic version tag (e.g.,
v0.18.3-mocha
orv0.19.0-arabica
) without additional prefixed or suffixed tags.The text was updated successfully, but these errors were encountered: