Skip to content

ci: fix changeset workflow issues with branch handling and commit message#421

Merged
jcbsfilho merged 1 commit into
mainfrom
ci/fix-changesets
Apr 23, 2026
Merged

ci: fix changeset workflow issues with branch handling and commit message#421
jcbsfilho merged 1 commit into
mainfrom
ci/fix-changesets

Conversation

@jcbsfilho
Copy link
Copy Markdown
Collaborator

This pull request makes small but important improvements to the GitHub Actions workflows for prereleases and releases, focusing on safety and clarity.

Workflow improvements:

  • In .github/workflows/prereleases.yml, the script that creates a local main branch now only force-updates the branch if main is not currently checked out, preventing potential worktree errors.
  • In .github/workflows/release.yml, the changeset publish action now includes a custom commit message (chore: version packages) for versioning commits, improving commit history clarity.

@jcbsfilho jcbsfilho requested a review from a team as a code owner April 23, 2026 20:03
@github-actions
Copy link
Copy Markdown
Contributor

SCC Complexity Analysis

  • Title: ci: fix changeset workflow issues with branch handling and commit message
  • Author: jcbsfilho
Metric Source Branch (ci/fix-changesets) Target Branch (main) Difference
Complexity 2438 2438 0
Code 49826 49823 3

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 23, 2026

Open in StackBlitz

@aziontech/builder

npm i https://pkg.pr.new/aziontech/lib/@aziontech/builder@421

@aziontech/bundler-telemetry

npm i https://pkg.pr.new/aziontech/lib/@aziontech/bundler-telemetry@421

@aziontech/client

npm i https://pkg.pr.new/aziontech/lib/@aziontech/client@421

@aziontech/config

npm i https://pkg.pr.new/aziontech/lib/@aziontech/config@421

@aziontech/presets

npm i https://pkg.pr.new/aziontech/lib/@aziontech/presets@421

@aziontech/sql

npm i https://pkg.pr.new/aziontech/lib/@aziontech/sql@421

@aziontech/storage

npm i https://pkg.pr.new/aziontech/lib/@aziontech/storage@421

@aziontech/types

npm i https://pkg.pr.new/aziontech/lib/@aziontech/types@421

@aziontech/unenv-preset

npm i https://pkg.pr.new/aziontech/lib/@aziontech/unenv-preset@421

@aziontech/utils

npm i https://pkg.pr.new/aziontech/lib/@aziontech/utils@421

commit: 8c8b734

@jcbsfilho jcbsfilho merged commit 5101ddd into main Apr 23, 2026
11 checks passed
@jcbsfilho jcbsfilho deleted the ci/fix-changesets branch April 23, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants