Skip to content
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

Support more readable git versions #210

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Support more readable git versions #210

merged 2 commits into from
Feb 8, 2024

Conversation

jhnaldo
Copy link
Contributor

@jhnaldo jhnaldo commented Feb 8, 2024

The current Git helper utilized the following command to extract Git version name:

git name-rev --name-only <target>

It produced the following output for the es2023 tag:

tags/es2023-candidate-2023-04^0

Instead, this PR proposes to use the following command to produce a more readable name for git versions:

git describe --tags --exact-match <target>

and it produces the following output for the es2023 tag:

es2023

@jhnaldo jhnaldo added the enhancement Enhance the quality of a feature label Feb 8, 2024
@jhnaldo jhnaldo merged commit 90a7daf into dev Feb 8, 2024
6 checks passed
@jhnaldo jhnaldo deleted the fix-git-util branch February 8, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance the quality of a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant