Skip to content

Conversation

@starius
Copy link
Collaborator

@starius starius commented Jun 17, 2025

A commit_hash component was added to the version string:

loop version 0.31.2-beta commit=v0.31.2-beta-dirty commit_hash=xxx

As .* is greedy, it captured "0.31.2-beta commit=v0.31.2-beta-dirty" instead of just "0.31.2-beta".

This commit fixes this.

Pull Request Checklist

  • Update release_notes.md if your PR contains major features, breaking changes or bugfixes

A commit_hash component was added to the version string:
"loop version 0.31.2-beta commit=v0.31.2-beta-dirty commit_hash=xxx".
As .* is greedy, it captured "0.31.2-beta commit=v0.31.2-beta-dirty"
instead of just "0.31.2-beta".

This commit fixes this.
@starius starius requested a review from alexbosworth June 17, 2025 22:46
@starius starius marked this pull request as ready for review June 18, 2025 03:30
@levmi levmi requested a review from hieblmi June 19, 2025 13:19
@starius starius merged commit 3153489 into lightninglabs:master Jun 20, 2025
4 checks passed
@starius starius deleted the fix-release-sh branch June 20, 2025 14:36
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.

3 participants