Description
I appreciate an action is published to make releasing easier. Standardizing the ecosystem is a good thing and I wasn't aware of rubygem-await (but have certainly it the problem it wasn't published before).
With the aim of replacing my release-gem.yml I started to play with this. In a test project I noticed this uses rake release
, and then saw it was also documented in the README:
Your project has the bundler release tasks configured
My test project doesn't use rake
at all and I'd like it if I didn't need to run bundle install
just to publish the gem. My current workflow uses gem build
and gem push
. Are you open to supporting this way or should I enhance my current workflow to reuse rubygems/configure-rubygems-credentials
? (I really appreciate those steps are separated for easier composability).