Skip to content

Commit

Permalink
gf
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent 7921555 commit f66460a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/changesets-fixed-version-bump/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build-packages/changesets-fixed-version-bump/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export async function getNextVersion(): Promise<{
}> {
const currentVersion = getPackageVersion();
info(`Current version: ${currentVersion}`);
info(`process.cwd(): ${process.cwd()}`);
const releasePlan = await getReleasePlan(process.cwd());

info(`Release plan: ${JSON.stringify(releasePlan)}`);
Expand Down

0 comments on commit f66460a

Please sign in to comment.