Skip to content

feat: support multiple tags #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 27, 2025

Conversation

nichmor
Copy link
Contributor

@nichmor nichmor commented Feb 26, 2025

Overview

git describe --tags --exact-match doesn't work when you have multiple tags on the same commit ( which we plan to have)

this approach will use git tag --points-at HEAD to ask for the entire list of the tags for the release commit.

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

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

Looks good!

@Hofer-Julian Hofer-Julian merged commit e393f8a into prefix-dev:main Feb 27, 2025
25 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.

2 participants