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

uniform versioning with/without release assets #8

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

arjun024
Copy link
Contributor

@arjun024 arjun024 commented Mar 9, 2022

A lot of buildpacks that use freezer are versioned X.Y.Z (X,Y,Z being
whole numbers) but their releases are tagged vX.Y.Z

This means that for buildpack releases that have attached assets,
freezer packages them with version X.Y.Z and for those without assets,
it packages them as vX.Y.Z.

This commit trims the v prefix to bring uniformity

A lot of buildpacks that use freezer are versioned x.y.z (x,y,z being
whole numbers) but their releases are tagged vX.Y.Z

This means that for buildpack releases that have attached assets,
freezer packages them with version X.Y.Z and for those without assets,
it packages them as vX.Y.Z.

This commit trims the v prefix to bring uniformity
@ForestEckhardt
Copy link
Owner

Would you be willing update the tests to see that this functionality is working?

@ForestEckhardt ForestEckhardt merged commit 2c14b9c into ForestEckhardt:main Mar 30, 2022
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

Successfully merging this pull request may close these issues.

2 participants