Skip to content

v0.1.0

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 21 Jul 14:06
· 19 commits to master since this release
8a113aa

Modules affected

Description

  • Prepend [skip ci] to commit messages by default
  • Fix concurrency bug(s)
  • Prettify run report with pterm.sh tables / styles

Migration guide

  • The --max-concurrent-repos flag has been removed. Please update any earlier git-xargs invocations / scripts that use that flag to remove it.
  • By default, git-xargs will now prepend [skip ci] to all commit messages, unless you pass the new --no-skip-ci flag. This feature is intended to prevent large git-xargs jobs from causing excessively costly continuous integration (CI) jobs.

Related links