github typesafegithub/github-workflows-kt v0.6.0
0.6.0

latest releases: v3.5.0, v3.4.0, v3.3.0...
3 years ago

⭐ Features

  • #53: Implement filters (branches, tags) for push and pull_request triggers
  • #55: Implement environment variables for workflows, jobs and steps
  • #57: Allow conditions for jobs
  • 594ce16: Add type-safe Cron() declaration (thanks @jmfayard!)

🛠️ Fixes

  • #52: Fix rendering of multiline action arguments

💣 Breaking changes

  • #53: PullRequest, Push and WorkflowDispatch are now classes, not objects. It means that using them as triggers requires syntax e.g. PullRequest(). It's done to be able to add parameters to them, e.g. filters, like mentioned in the features section. The triggers are now also in triggers package, not an inner class of Trigger (change e.g. ...Trigger.Push to ...triggers.Push in your imports)

Don't miss a new github-workflows-kt release

NewReleases is sending notifications on new releases.