Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 05:32
· 136 commits to master since this release
cfd4171

Changed

  • Monorepo refactor — pnpm workspace with shared @aeswibon/pipeline-compose-core and packages for CLI and all four actions (packages/core, packages/cli, packages/action-*).
  • Single development surface: edit core once, test with pnpm test, bundle with pnpm run bundle:actions, publish with pnpm run publish:actions.
  • Removed legacy root src/, bin/, and schema/; schema now lives at packages/core/schema/.
  • CI compile parity uses ./packages/action-compile (built in CI, not committed).
  • Replaced sibling-repo scaffold scripts with scripts/publish-action-packages.sh.
  • Tag releases publish all four action repos in CI (publish-actions stage; requires ACTION_PUBLISH_TOKEN secret).

Developer notes

See docs/development.md and docs/action-repos.md.

pipeline-compose-run

  • Rebuilt bundle from monorepo @aeswibon/pipeline-compose-core v0.3.0.

pipeline-compose-compile

  • Rebuilt bundle from monorepo core v0.3.0.

pipeline-compose-eval

  • Rebuilt bundle from monorepo core v0.3.0.

pipeline-compose-context-merge

  • Republished composite action from monorepo package.

Full Changelog: v0.2.0...v0.3.0