Skip to content

Conversation

ecdemis123
Copy link
Contributor

Description

I want to have the minimum_tags field save the latest tags according to semver, not numerically. I ran this command and this is the output which is desired:

git ls-remote -q --tags --refs | sed "s@^.*tags/@@" | sort -Vr
release-0.24.1
release-0.24.0
release-0.23.5
release-0.23.4
release-0.23.3
release-0.23.2
release-0.23.1
release-0.23.0
0.24.1
0.24.0
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0

Related Issues

none

@ecdemis123 ecdemis123 requested a review from siavashs as a code owner February 18, 2025 22:10
@ecdemis123
Copy link
Contributor Author

@siavashs I see you are the assigned reviewer

Copy link
Collaborator

@siavashs siavashs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for your contribution.

@siavashs siavashs merged commit 4eeeb87 into beatlabs:master Feb 19, 2025
1 check passed
@ecdemis123
Copy link
Contributor Author

@siavashs can you make a new release for this please?

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.

2 participants