Skip to content

Releases: kkentzo/ork

v2.0.0

13 Feb 07:21
Compare
Choose a tag to compare

Changelog

v1.7.3

11 Jan 14:11
Compare
Choose a tag to compare

Changelog

  • b3876c7 Generate linux packages and windows build in release

v1.7.2

14 Dec 08:14
Compare
Choose a tag to compare

Changelog

  • ff7d866 Generated task with dot separator in its name should be able to identify its parent task

v1.7.1

20 Nov 11:31
Compare
Choose a tag to compare

Changelog

  • c13433f Expand the environment in the expected value of a task requirement

v1.7.0

19 Nov 14:59
Compare
Choose a tag to compare

Changelog

  • 696dd6d Implement task requirements (exists, equals)
  • 44ed765 Update README
  • 7a3def0 Minor changes in orkfile tests
  • 54c8dce The evaluation of an env variable should include the expansion of the env variable value

v1.6.0

17 Nov 14:59
Compare
Choose a tag to compare

Changelog

  • c206c39 Update autocompletion instructions and scripts
  • 7b76c20 Orkfile now accepts task names containing the default separator

v1.5.3

17 May 13:00
Compare
Choose a tag to compare

Changelog

  • 1ccf9cd Ensure that the parent tasks of the current task's dependencies are executed

v1.5.2

04 Jul 13:44
Compare
Choose a tag to compare

Changelog

  • 4071761 Better handling of interrupt signal (let the currently executing action react to the signal)

v1.5.1

04 Jul 11:15
Compare
Choose a tag to compare

Changelog

  • 6fd4261 Fix absence of version info in ork executable

v1.5.0

04 Jul 10:46
Compare
Choose a tag to compare

Changelog

  • A task label can not include the default task group separator
  • Project now has a license (MIT)
  • A user can now use -s to search for task labels in the CLI (supports regex as well)
  • SIGINT and SIGTERM are now propagated to the currently running action (which is killed)
  • ork can now print its version