Skip to content

v3.1.0

Compare
Choose a tag to compare
@gulien gulien released this 01 May 11:17
· 2 commits to master since this release

This version provides new features 🤘:

  • new -v --verbose flag which displays less logs than the -d --debug flag
  • new attribute shell for a task which allows to override the default shell used
  • new function run: you may now call others tasks from a task

Thanks @octplane & @j-vizcaino for the help and feedbacks!

Changelog

dfc5298 adding the possibility to call others tasks from a task (#32)
e8ee541 adding verbose flag (#30)
aa00579 runner: support shell parameter (#28)