Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 517 Bytes

DEVELOPERS.md

File metadata and controls

32 lines (21 loc) · 517 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

Prep and open a PR bumping the version:

bin/prep-release VERSION

Once merged, release it:

bin/release