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

Feature request: make git_latest_tag work with CalVer release schemes #78

Open
epassaro opened this issue Nov 24, 2021 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@epassaro
Copy link
Contributor

A few months ago I noticed that git_latest_tag does not work as expected for CalVer releases. Seems to work just for semantic versions.

@esc
Copy link
Member

esc commented Nov 24, 2021

A few months ago I noticed that git_latest_tag does not work as expected for CalVer releases. Seems to work just for semantic versions.

this is correct yes, pull-requests are welcome.

@esc esc added the enhancement New feature or request label Nov 24, 2021
@esc esc changed the title git_latest_tag does not work for CalVer releases Feature request: make git_latest_tag work with CalVer release schemes Nov 24, 2021
@esc
Copy link
Member

esc commented Nov 24, 2021

@epassaro thank you for raising this. I have converted it into a feature request.

@epassaro
Copy link
Contributor Author

epassaro commented Nov 24, 2021

The two workarounds I found months ago were:

  1. Update git on CircleCI to use git describe --tags --abbrev=0
  2. Get the latest tag from the GitHub API

Is any of these two options good enough? I think the second probably not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants