I'm using zest in a project and was wondering if it'd be possible to pass --version=a.b.c as a command-line parameter to the prerelease / fullrelease commands? I'm using zest as part of an automated release Github Actions workflow, so it'd be super handy to be able to pass the desired version directly from the workflow input to the command, rather than implementing some kind of custom logic or using different workflows for major/minor releases.
I'd be happy to submit a PR making the change if that sounds sensible!
I'm using zest in a project and was wondering if it'd be possible to pass
--version=a.b.cas a command-line parameter to theprerelease/fullreleasecommands? I'm using zest as part of an automated release Github Actions workflow, so it'd be super handy to be able to pass the desired version directly from the workflow input to the command, rather than implementing some kind of custom logic or using different workflows for major/minor releases.I'd be happy to submit a PR making the change if that sounds sensible!