Skip to content

Conversation

@deadlycoconuts
Copy link
Contributor

@deadlycoconuts deadlycoconuts commented Jul 18, 2025

Context

This PR fixes a bug in the Makefile setup recipe that generates a concise version tag from a more verbose version tag, e.g. v0.16.0-rc1 -> 0.16.0rc1.

The original expression appends the rc tag even though the original version does not contain it, e.g. v0.16.0 -> 0.16.0rc, which is incorrect.

This PR introduces a new expression (made of two expressions) which transforms version tags containing the rc tag, and those without, separately.

@deadlycoconuts deadlycoconuts self-assigned this Jul 18, 2025
@deadlycoconuts deadlycoconuts added the type: bug Something isn't working label Jul 18, 2025
@vinoth-gojek
Copy link
Contributor

Thanks for the fix @deadlycoconuts !!

@deadlycoconuts deadlycoconuts merged commit 34c8f32 into caraml-dev:main Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants