You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a setup with 4 different packages in /packages folder.
I noticed that current version can only release one package at a time. Once the release happens (git push, git tag etc.) the branch name becomes undefined and this is what I see in the following release runs:
This test run was triggered on the branch undefined, while semantic-release is configured to only publish from master, next, therefore a new version won’t be published.
I tried running semantic-release from repo root, inside each and every package, and with yarn workspaces run. All have same result.
The job runs within docker image: node:20-bullseye
So I have a setup with 4 different packages in /packages folder.
I noticed that current version can only release one package at a time. Once the release happens (git push, git tag etc.) the branch name becomes undefined and this is what I see in the following release runs:
I tried running semantic-release from repo root, inside each and every package, and with
yarn workspaces run
. All have same result.The job runs within docker image:
node:20-bullseye
Release configs are following:
Dev dependencies:
The text was updated successfully, but these errors were encountered: