Skip to content

Releases: tj/robo

v0.8.0

19 Oct 16:29
Compare
Choose a tag to compare

What's Changed

  • Introduce before and after steps for a task. by @jenpet in #56
  • Apply variable interpolation to a task's examples and its usage. by @jenpet in #57
  • Ignore SIGINT while running child process by @CGamesPlay in #58

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Sep 07:52
Compare
Choose a tag to compare
  • main: add --quiet option, allows you to list task names only.

v0.6.0

03 Sep 15:12
Compare
Choose a tag to compare
  • Introduce variable map self-interpolation and command variable interpolation. (@jenpet)

v0.5.5

16 Feb 08:43
Compare
Choose a tag to compare
  • task: fix script path resolve()
  • docs: add gobinaries.com install option

v0.5.4

31 Aug 12:43
Compare
Choose a tag to compare
  • examples: add user example
  • doc: add robo built-in variables doc
  • config: add user built-in variables

v0.5.3

31 Aug 12:10
Compare
Choose a tag to compare
  • task: override env vars on exec

v0.5.1

31 Aug 09:57
Compare
Choose a tag to compare
  • main: bump version
  • make: add dist target

v0.5.0

31 Aug 09:49
Compare
Choose a tag to compare
  • Add docs: compose, chain, env
  • Add examples: compose, chain, env, exec, executable scripts
  • Improve variables output
  • Add robo vars (robo.path, robo.file)
  • Fix args escape using mattn/go-shellwords
  • Interpolate env vars from variables:...
  • Resolve --config path correctly
  • Add env var support to allow re-use of robo conf files
  • Run script directly if it is executable
  • Upgrade to go1.12, use modules

You can also install via go get github.com/tj/robo@latest.

v0.4.1

30 Mar 00:04
@tj tj
Compare
Choose a tag to compare
  • fix script path resolution

v0.4.0

14 Oct 00:48
@tj tj
Compare
Choose a tag to compare
  • fix panic on yaml parse error. Closes #10