Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 731 Bytes

DEVELOPERS.md

File metadata and controls

38 lines (25 loc) · 731 Bytes

Information for Code Climate CLI developers and contributors.

Testing local changes

Build a new image using the local sources:

make image

If you have the CLI installed, the codeclimate wrapper will automatically use this image:

codeclimate version

Otherwise, invoke the docker run command found in the README.

Releasing a new version

Prerequisites

  1. Be an owner of the codeclimate gem and authenticate with gem push
  2. Clone homebrew-formulae

Prep and open a PR bumping the version:

bin/prep-release VERSION

Once merged, release it:

bin/release