-
Notifications
You must be signed in to change notification settings - Fork 14
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
Source of truth for versiontag #4
Comments
i am thinging about something like |
A critical thing here is to ensure we access to the last tag. For tagging, at my job, we usually perform a git pull --tags to bring tags in the shared repose we can look for the last and then tag last commit as required. |
i am thinking about it.. but i have a few questions:
idea: getting tags from
|
I'm experimenting with this snippet to get the latest version from tags. A good thing is that It allows to discriminate between version tagging and other types of tags. I think it needs better sorting.
|
Yes. I agree. |
Given since 1.4.1 we support writing of .semver file, I'm thinking what source of truth should we use to detect last version.
The text was updated successfully, but these errors were encountered: