Skip to content

fix(scripts): strip leading 'v' from release tag in get-version.sh#146

Merged
656d696c65 merged 2 commits into
mainfrom
fix/settle-income-statement-debit-credit
Jul 8, 2026
Merged

fix(scripts): strip leading 'v' from release tag in get-version.sh#146
656d696c65 merged 2 commits into
mainfrom
fix/settle-income-statement-debit-credit

Conversation

@656d696c65

Copy link
Copy Markdown
Member

When triggered by a GitHub release, the script was passing the full tag (e.g. v1.3.8) through, which produced image tags like arrhes-api:v1.3.8 instead of 1.3.8. Always strip a leading 'v' so the version is consistent with what the VERSION file holds.

&mile added 2 commits July 9, 2026 00:02
When triggered by a GitHub release, the script was passing the full
tag (e.g. v1.3.8) through, which produced image tags like
arrhes-api:v1.3.8 instead of 1.3.8. Always strip a leading 'v' so the
version is consistent with what the VERSION file holds.
@656d696c65 656d696c65 force-pushed the fix/settle-income-statement-debit-credit branch from d78b60d to 5e2732f Compare July 8, 2026 22:02
@656d696c65 656d696c65 merged commit 22337af into main Jul 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant