If only changing Ruby code, this step is unnecessary
- Install Nix package manager and enable Flakes
Or use Nix installed containers. For example, look at this repo - Run dev shell as one of the following
- with direnv:
direnv allow
- nix only:
nix develop
- with direnv:
- You can use development tools
> nix develop
(prepared bash)
> dprint --version
...
- Push tags as
v0.4.2
- Wait for complete the GitHub Actions
- Run following commands
cd "$(mktemp --directory)" curl -L https://github.com/kachick/irb-power_assert/releases/latest/download/irb-power_assert.gem > irb-power_assert.gem sha256sum irb-power_assert.gem # Make sure it has same hash as GitHub Action printed gem push irb-power_assert.gem --otp [CHECK_MFTA_TOOL]
- Check https://rubygems.org/gems/irb-power_assert