Releases: tailor-platform/actions
Releases · tailor-platform/actions
Release list
v1.7.0
v1.6.0
v1.5.1
v1.5.0
What's Changed
New Actions
setup: sets up Node.js and the package manager (pnpm/npm/yarn/bun). Install step is now split into the separateinstallaction.install: installs project dependencies with the configured package manager.migration-drift-check: detects uncommitted TailorDB migration file drift by runningtailor-sdk tailordb migration generateand failing if staged changes appear. Requires a clean working tree before running.preview-deploy: finds or creates a per-PR preview workspace and deploys to it.preview-cleanup: deletes the per-PR preview workspace when a pull request is closed.preview-comment: posts or updates a PR comment with preview deployment status, workspace ID, and optional @mention.
Changes
deploy/plan/preview-deploy/preview-cleanup: removed PAT (platform-token) fallback — machine-user OAuth2 credentials (platform-client-id+platform-client-secret) are now required for all deploy-path actions.plan: whenworkspace-idis empty, skips the dry-run and reports "not yet provisioned" in the step summary instead of failing. Covers the initial setup before the first deploy.drift-check: updated CLI invocation fromtailor-sdk setup github --checktotailor-sdk setup check --ci.notify: added optionaluser-mappinginput (JSON string mapping GitHub usernames to Slack user IDs) for @mention support in deployment notifications.install: replacedevalwithbash -cfor custom install commands.
v1.4.0
What's Changed
- chore(deps): update pnpm/action-setup action to v6.0.9 by @renovate[bot] in #24
- chore(deps): update actions/checkout action to v6.0.3 by @renovate[bot] in #26
- chore(deps): update dependency pnpm to v11.6.0 by @renovate[bot] in #25
- chore(deps): pin dependencies by @renovate[bot] in #31
- chore(deps): update dependency pnpm to v11.8.0 by @renovate[bot] in #28
- chore(deps): update actions/checkout action to v7 by @renovate[bot] in #29
- chore(deps): update zizmorcore/zizmor-action action to v0.5.7 by @renovate[bot] in #30
- chore(deps): update dependency node to v24.18.0 by @renovate[bot] in #27
- feat: add drift-check, seed-validate, staticwebsite-deploy, notify; fix plan comment and generate-check by @toiroakr in #32
Full Changelog: v1...v1.4.0
v1.3.0
What's new
- New composite actions used by the
tailor-sdk setup githubgenerated workflows, so step behavior ships via a pin bump instead of workflow regeneration:setup— set up Node.js (or Bun) and install dependencies for the selectedpackage-manager(pnpm/npm/yarn/bun), with aninstall-commandoverride.generate-check— runtailor-sdk generatewith the project's package manager and fail on uncommitted generated files.tag-guard— report whether a tag's commit is reachable from a target branch (on-branchoutput).
deploy/plan: new optionalpackage-managerinput. When set,tailor-sdkruns through the project's package manager (pnpm exec/yarn/bunx/npx) so Bun no longer depends on an ambient Node and the locally-installed, pinned version is used. Defaults tonpxwhen unset — existing callers are unaffected.
Additive, backward-compatible (v1 minor).
v1.2.0
What's Changed
- chore(config): migrate Renovate config by @renovate[bot] in #8
- chore(deps): pin dependencies by @renovate[bot] in #6
- chore(deps): update actions/setup-node action to v6.4.0 by @renovate[bot] in #7
- chore(deps): pin dependencies by @renovate[bot] in #17
- chore(deps): update dependency @mizchi/actrun to v0.22.1 by @renovate[bot] in #9
- chore(deps): update reviewdog/action-actionlint action to v1.72.0 by @renovate[bot] in #10
- chore(deps): update dependency node to v24 by @renovate[bot] in #12
- chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #14
- chore(deps): update actions/github-script action to v9 by @renovate[bot] in #11
- feat: target workspace by id (id-by-variable) in plan/deploy by @toiroakr in #19
New Contributors
Full Changelog: v1...v1.2.0
v1.1.0
What's Changed
- docs: add release procedure to CLAUDE.md by @dqn in #2
- fix(renovate): disable dependency dashboard and allow major updates by @toiroakr in #4
- fix(security): update dependencies to resolve vulnerabilities by @toiroakr in #5
- feat: add plan action for PR dry-run preview by @toiroakr in #3
New Contributors
Full Changelog: v1...v1.1.0