You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: