Skip to content

Commit

Permalink
Debug maybe that is the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 9, 2025
1 parent 74c6cba commit a20fce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/release-orchestrator/src/steps/changesetStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const changesetStatus = async (): Promise<ChangesetStatus | undefined> =>
try {
await run(`yarn changeset status --output=${basefile}`);
} catch (err) {
console.log(err);
console.log(
'Failed to get changeset status. This can happen if there are no changesets to process for release.',
);
Expand Down

0 comments on commit a20fce8

Please sign in to comment.