Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Extra Git Tags Created for Releases Causing Incorrect Semantic Versions in Binaries #3878

Open
walldiss opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@walldiss
Copy link
Member

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:

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.

@walldiss walldiss added the enhancement New feature or request label Oct 23, 2024
@cristaloleg cristaloleg self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants