All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- If you were using Rubygem with version >= 3.4.0, CI Runner would not run when Rake was not activated in your Gemfile.
- Added support for Buildkite.
- Added a new command
ci_runner buildkite_token
to store a Buildkite token in your config. - CI Runner will now print a message when a new version gets released.
- Added support for Circle CI.
- Added
ci_runner circle_ci_token
command. Storing a Circle CI token in your configuration is required for private builds.
- CI Runner will now tell you if it fails to find test failures from the log output.
- CI Runner will only allow failed CI checks to be selected. Previously, users could select check that were cancelled, timed out etc...
- Fixed log detection for output that have ANSI colors (\e[31m Blabla)