v0.3.0
Changed
- Monorepo refactor — pnpm workspace with shared
@aeswibon/pipeline-compose-coreand packages for CLI and all four actions (packages/core,packages/cli,packages/action-*). - Single development surface: edit core once, test with
pnpm test, bundle withpnpm run bundle:actions, publish withpnpm run publish:actions. - Removed legacy root
src/,bin/, andschema/; schema now lives atpackages/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-actionsstage; requiresACTION_PUBLISH_TOKENsecret).
Developer notes
See docs/development.md and docs/action-repos.md.
pipeline-compose-run
- Rebuilt bundle from monorepo
@aeswibon/pipeline-compose-corev0.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