Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 18:18
· 57 commits to master since this release
d00f13c

Added

Changed

  • Pipeline schema v2 only — v1 documents rejected at load/validate.
  • Legacy pattern validation — monorepo action paths, @master pins, and manual export uploads are errors (not warnings).
  • init / compile defaults — v2 pipeline YAML; compile-check pin @v1.0.0.
  • Examples and docs — all examples migrated to v2; action pins @v1.0.0; README trimmed for GA.
  • CI — strict validate for meta pipeline, run-tag-release, and compile-check examples.

Removed

  • Pipeline schema v1 support (file format with top-level stages:).
  • Deprecation warning mode for patterns removed in this release (see v0.5 migration).

Fixed

  • findOrphanWorkflows — resolve --repo-root to an absolute path so orphan detection matches stage/companion references.

Full Changelog: v0.5.0...v1.0.0