Skip to content

v0.7.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mfleader mfleader released this 17 Oct 17:30
· 73 commits to main since this release
3815fc3

What's Changed

A workflow file is now required to provide the workflow schema version that the workflow is using.

Currently, the only valid and supported workflow version is v0.1.0..
Workflow versions must contain the major, minor, and patch version, and be prepended with a 'v'.

For example
workflow.yaml

version: v0.1.0
input: []
steps: []
outputs: []

Full Changelog: v0.6.1...v0.7.0-beta1