Skip to content

Releases: tailor-platform/actions

v1.7.0

Choose a tag to compare

@toiroakr toiroakr released this 10 Jul 05:03
a3c3032

What's Changed

  • feat: add ERD preview building blocks under _internal by @toiroakr in #41
  • feat: add erd-schema-export/preview/comment (draft, depends on #41) by @toiroakr in #42

Full Changelog: v1...v1.7.0

v1.6.0

Choose a tag to compare

@toiroakr toiroakr released this 03 Jul 06:16
d3040e3

What's Changed

  • feat: add check-licenses composite action by @toiroakr in #37

Full Changelog: v1...v1.6.0

v1.5.1

Choose a tag to compare

@toiroakr toiroakr released this 02 Jul 15:25
e74173d

What's Changed

  • fix(actions): pin _internal refs to a stable main commit, guard against dangling SHA pins by @toiroakr in #38

Full Changelog: v1...v1.5.1

v1.5.0

Choose a tag to compare

@toiroakr toiroakr released this 01 Jul 08:01
d203a37

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 separate install action.
  • install: installs project dependencies with the configured package manager.
  • migration-drift-check: detects uncommitted TailorDB migration file drift by running tailor-sdk tailordb migration generate and 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: when workspace-id is 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 from tailor-sdk setup github --check to tailor-sdk setup check --ci.
  • notify: added optional user-mapping input (JSON string mapping GitHub usernames to Slack user IDs) for @mention support in deployment notifications.
  • install: replaced eval with bash -c for custom install commands.

v1.4.0

Choose a tag to compare

@toiroakr toiroakr released this 25 Jun 04:03
92f2995

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

Choose a tag to compare

@toiroakr toiroakr released this 16 Jun 05:12
7817f37

What's new

  • New composite actions used by the tailor-sdk setup github generated 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 selected package-manager (pnpm/npm/yarn/bun), with an install-command override.
    • generate-check — run tailor-sdk generate with 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-branch output).
  • deploy / plan: new optional package-manager input. When set, tailor-sdk runs 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 to npx when unset — existing callers are unaffected.

Additive, backward-compatible (v1 minor).

v1.2.0

Choose a tag to compare

@toiroakr toiroakr released this 13 Jun 05:37
4d0f160

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

Choose a tag to compare

@toiroakr toiroakr released this 08 May 00:00
e63ed98

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

v1.0.0

Choose a tag to compare

@dqn dqn released this 01 Apr 08:12
980aeba

Initial release

Actions

  • deploy - Deploy an application to Tailor Platform. Handles token acquisition, workspace provisioning, code generation, and deployment.