I want to pre-release a formula to homebrew so that even the new version is released as part of pre-release when user installs brew install package
we should get the non pre-release package.
For example I have a package test-pre-release
and versions are
x.y.z+1-rc -> latest pre-release
x.y.z -> previous
and when user wants to install brew install test-pre-release
it should get the non pre-release versio i.e., x.y.z. Is it possible to do that in brew?
Thanks in advance.