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

chore(bin_version): don't concatenate GIT_REVISION if empty #4535

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

thibault-martinez
Copy link
Member

Currently, GIT_REVISION is always concatenated to CARGO_PKG_VERSION, even if it is empty, which is the case when building from a release archive.

Before (archive)

iota 0.8.0-alpha-

After (archive)

iota 0.8.0-alpha

Git

iota 0.8.0-alpha-6b522486923f

@thibault-martinez thibault-martinez requested review from a team as code owners December 18, 2024 10:27
@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 18, 2024
@thibault-martinez thibault-martinez merged commit 5e221d5 into develop Dec 18, 2024
41 of 42 checks passed
@thibault-martinez thibault-martinez deleted the chore-bin-version branch December 18, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants