Yousaf Nabi (pactflow.io)
2.0.0
release to a pre-release, so it won't be picked up by the latest install script
This will pick up the release marked latest (currently 1.92.0
)
curl -fsSL <https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh> | bash
You can now pin to particular versions, even if they are pre-releases, for example. this will get you the 2.0.0
version
curl -fsSL <https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/master/install.sh> | tag=v2.0.0 bash
some details here
https://github.com/pact-foundation/pact-ruby-standalone/issues/101#issuecomment-1535926311
If you do see any issues, please follow standard process and let us know via the GitHub issues, so we can track and others can see.