buffrs
buffrs copied to clipboard
Support for publishing/importing pre-release packages of Protocol Buffer files
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.