Sha256: 613bfc0ab694aad3ea4a35a264157f3af601152cd64e5b0cdd755a8d89016aa2
Contents?: true
Size: 692 Bytes
Versions: 9
Compression:
Stored size: 692 Bytes
Contents
# Development ## fix.sh If you want to use rbenv/pyenv/etc to manage versions of tools, there's a `fix.sh` script which may be what you'd like to install dependencies. ## Overcommit This project uses [overcommit](https://github.com/sds/overcommit) for quality checks. `bundle exec overcommit --install` will install it. ## direnv This project uses direnv to manage environment variables used during development. See the `.envrc` file for detail. ## Publishing To publish new version as a maintainer: ```sh git checkout main && git pull git log "v$(bump current)..." # Set type_of_bump to patch, minor, or major bump --tag --tag-prefix=v ${type_of_bump:?} rake release git push ```
Version data entries
9 entries across 9 versions & 2 rubygems