Support for publishing/importing pre-release packages of Protocol Buffer files #250
Labels
complexity::high
Issues or ideas that are highly complex. require discussion and may affect backwards compatibility
component::cli
Everything related to the buffrs cli
datamodel
Changes related to the Datamodel
priority::critical
This should have been done yesterday
type::epic
An epic change. This is going to make a big difference to buffrs as a product.
type::idea
Rough idea or proposal for buffrs
I'm wondering if you have any thoughts or desires to support pre-release versions in the Protocol Buffer packages?
In our code workflows, we tend to align many of our Protocol Buffer packages with the source for the server software implementing a the defined service. As such, we routinely publish pre-release versions of the software for testing in the ecosystem before a given release of that version.
For example, when NuGet versioning a feature to release:
4.1.7-alphamatthew-pro0004
4.1.7-rc0002
4.1.7
I don't think that buffrs currently supports pre-release suffixes like this but it might be helpful. Presumably, #205 would be a precursor to this also? Do you see any benefit in this?
Thanks.
The text was updated successfully, but these errors were encountered: