Skip to content

switch to grep -P for tagFilter, allows excluding via negative lookahead#274

Merged
robstoll merged 1 commit intomainfrom
bc/grep-P-for-tagFilter
Apr 15, 2025
Merged

switch to grep -P for tagFilter, allows excluding via negative lookahead#274
robstoll merged 1 commit intomainfrom
bc/grep-P-for-tagFilter

Conversation

@robstoll
Copy link
Member

for instance latestRemoteTag origin '^v(?!4\.)[0-9]+\..*$' give latest version but excluding the major version 4


I confirm that I have read the Contributor Agreement v1.1, agree to be bound on them and confirm that my contribution is compliant.

for instance `latestRemoteTag origin '^v(?!4\.)[0-9]+\..*$'` give latest
version but excluding the major version 4
@robstoll robstoll merged commit d3432e4 into main Apr 15, 2025
2 checks passed
@robstoll robstoll deleted the bc/grep-P-for-tagFilter branch April 15, 2025 19:43
robstoll added a commit that referenced this pull request Oct 14, 2025
switch to grep -P for tagFilter, allows excluding via negative lookahead
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