Josip
2017-06-25 21:45:32 UTC
Hi devs,
what is yours opinion on putting snapshot build on our github release
page in release section that is marked as "pre-release" or somewhere else.
For example v5.0.0-alpha2 is released 15 days ago for public testing and
since then we receive some bug report and fix them. Problem is that some
bugs that was already fixed prevent users to do further test and they
have to wait for v5.0.0-alpha3.
Making new git tag require additional preparation and for such small
change have no sense.
I am thinking of making build with "git describe" name, currently it
will be "v5.0.0-alpha2-33-g59c97081b". Such name will sort nicely,
downloaders will see how many updates this version is older then
original one, developers can do checkout on hash number. There is also
automatic number of commits since release in description of release
section on page so it is easy to compare them.
Build will be branded in same manner and will have same version as
mentioned "git describe".
what is yours opinion on putting snapshot build on our github release
page in release section that is marked as "pre-release" or somewhere else.
For example v5.0.0-alpha2 is released 15 days ago for public testing and
since then we receive some bug report and fix them. Problem is that some
bugs that was already fixed prevent users to do further test and they
have to wait for v5.0.0-alpha3.
Making new git tag require additional preparation and for such small
change have no sense.
I am thinking of making build with "git describe" name, currently it
will be "v5.0.0-alpha2-33-g59c97081b". Such name will sort nicely,
downloaders will see how many updates this version is older then
original one, developers can do checkout on hash number. There is also
automatic number of commits since release in description of release
section on page so it is easy to compare them.
Build will be branded in same manner and will have same version as
mentioned "git describe".
--
Josip
Josip