Skip to content

Add release workflow#58

Merged
licitdev merged 4 commits intomainfrom
release-workflow
Mar 27, 2026
Merged

Add release workflow#58
licitdev merged 4 commits intomainfrom
release-workflow

Conversation

@licitdev
Copy link
Copy Markdown
Member

@licitdev licitdev commented Mar 27, 2026

Reuse the release workflow from https://github.com/directus/visual-editing

Trusted publishing has been configured in npm.

@formfcw Mind giving this lift and shift a review? 🫡
Applied some suggestions following Copilot review. Might be worth adding to the workflow for visual editing.

Copilot AI review requested due to automatic review settings March 27, 2026 06:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an automated, manually-triggered release pipeline to replace the documented manual npm publish steps, aligning this repo with the release process used in other Directus projects.

Changes:

  • Update README release instructions to point to a GitHub Actions release workflow.
  • Add a Release workflow that bumps version, tags, creates a GitHub Release, and publishes to npm with provenance.
  • Add a shared composite setup action for Node.js + pnpm + dependency install (with caching).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
README.md Replaces manual publishing steps with a link to the release workflow.
.github/workflows/release.yml Implements version check, tag/commit creation, GitHub release creation, and npm publish.
.github/actions/setup/action.yml Composite action to standardize Node/pnpm setup and dependency installation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@licitdev licitdev requested a review from formfcw March 27, 2026 06:39
Copy link
Copy Markdown

@formfcw formfcw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @licitdev ❤️

LGTM 🎉

@licitdev licitdev merged commit 6a815da into main Mar 27, 2026
@licitdev licitdev deleted the release-workflow branch March 27, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants