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

consider changing checkout to avoid pulling the whole repository #254

Open
freddyrios opened this issue Aug 23, 2023 · 0 comments
Open

consider changing checkout to avoid pulling the whole repository #254

freddyrios opened this issue Aug 23, 2023 · 0 comments

Comments

@freddyrios
Copy link
Contributor

freddyrios commented Aug 23, 2023

      I had to change the checkout to pull the whole repository to get MinVer working again. 
      This is because the checkout action would otherwise not pull the tags.

See actions/checkout#448

Originally posted by @freddyrios in #69 (comment)

Not sure how much we gain from this, but the original issue above was fixed with this PR actions/checkout#579 (in main). We don't need the whole repository for versioning, but we might still want a good amount of commits to be pulled. This is because when doing prerelease builds minver creates a version based on the commits since the last tag.

Before we push this we should do a tagged build first though, as we already have too many commits since the last tag.

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

No branches or pull requests

1 participant