This is because we have already set which version we want when drafting release in tremor-runtime. So I don't see an advantage of using it here too. Directly putting version works, since we already choose from [major minor rc...] on tremor-runtime , and then that version gets transferred here.
Signed-off-by: PrimalPimmy Prashant20.pm@gmail.com
This is because we have already set which version we want when drafting release in
tremor-runtime
. So I don't see an advantage of using it here too. Directly putting version works, since we already choose from [major minor rc...] ontremor-runtime
, and then that version gets transferred here.