Skip to content

Commit

Permalink
fix: prepare packages script (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini authored Nov 25, 2024
1 parent c52d8c9 commit 0034b6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/prepare-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ const preparePackages = async () => {
console.log(
` - πŸš€πŸš€πŸš€ Release branch is ready to be merged πŸš€πŸš€πŸš€\n\n`,
` - πŸ“ Create the PR for the release branch v${version}\n`,
` - πŸ”– When the PR is merged, create the release on github called ${version}\n`,
` - πŸ“ Then pull the tag and checkout the release branch\n`,
` - πŸ“ Then run 'yarn changeset publish' to publish the packages\n`,
` - πŸ”– When the PR is merged, create the release on github called ${version}, it will automatically tag the commit with the version ${version}.\n`,
` - πŸš€ Then run 'yarn publish:release ${version}' to checkout in the tag and publish packages\n`,
);
console.log('\n______________________________________________________\n\n');
};
Expand Down

0 comments on commit 0034b6c

Please sign in to comment.