Skip to content

2.5.0: Add support for GitHub Actions

Choose a tag to compare

@kylekatarnls kylekatarnls released this 16 Sep 11:44
· 36 commits to master since this release
7f844d1
  • Add support for GitHub Actions
  • Add --colors and --no-colors overriding automated detection of color support
  • Use --detach option for git checkout
  • Auto-detect if a URL is a git one so source.type can be omitted
  • Add more output info in verbose mode
  • Deprecate getPackage, and introduce instead getPackageName for clarity and consistency
  • Create dedicated classes:
    • Arguments for arguments parsing
    • Cloner for cloning commands generation
  • Make some types stricter