Releases: tj/robo
Releases · tj/robo
v0.8.0
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
- @CGamesPlay made their first contribution in #58
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.5
v0.5.4
v0.5.3
v0.5.1
v0.5.0
- 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
.