Sha256: 77ac98e84bc9c043f39540f1281819464f81eea6531a9ae20bda599132c38984
Contents?: true
Size: 653 Bytes
Versions: 5
Compression:
Stored size: 653 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 log "v$(bump current)..." # Set type_of_bump to patch, minor, or major bump --tag --tag-prefix=v ${type_of_bump:?} rake release ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
checkoff-0.12.1 | DEVELOPMENT.md |
checkoff-0.12.0 | DEVELOPMENT.md |
checkoff-0.11.1 | DEVELOPMENT.md |
checkoff-0.11.0 | DEVELOPMENT.md |
checkoff-0.10.0 | DEVELOPMENT.md |