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

Add support for unstable packages suffixed with vNalpha #420

Closed
YaseenAlk opened this issue Aug 13, 2021 · 2 comments · Fixed by #422
Closed

Add support for unstable packages suffixed with vNalpha #420

YaseenAlk opened this issue Aug 13, 2021 · 2 comments · Fixed by #422

Comments

@YaseenAlk
Copy link

YaseenAlk commented Aug 13, 2021

Mentioned this on Slack

It would be helpful if PACKAGE_VERSION_SUFFIX supported unstable package names of the form vNalpha (either by adding patterns v\d+(alpha|beta) and v\d+p\d+(alpha|beta) to the list, or by changing the existing patterns to make the suffixed number optional e.g. v\d+(alpha|beta)\d*). Google APIs calls this channel-based versioning. This would be helpful for the breaking change detector!

Thank you!

@bufdev
Copy link
Member

bufdev commented Aug 13, 2021

This is done and will go out in the next release (likely today).

@bufdev
Copy link
Member

bufdev commented Aug 13, 2021

This is released on v0.51.0.

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 a pull request may close this issue.

2 participants