Skip to content

Commit

Permalink
fix: publish packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Oct 28, 2024
1 parent 9157ded commit 011abb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/prepare-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ const preparePackages = async () => {

console.log('\n______________________________________________________\n\n');
console.log(
` - πŸš€πŸš€πŸš€ Release branch is ready to be merged πŸš€πŸš€πŸš€`,
` - πŸ“ Create the PR for the release branch v${version}`,
` - πŸ”– When the PR is merged, create the release on github called ${version}`,
` - πŸ“ Then pull the tag and checkout the release branch`,
` - πŸ“ Then run 'yarn changeset publish' to publish the packages`,
` - πŸš€πŸš€πŸš€ 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`,
);
console.log('\n______________________________________________________\n\n');
};
Expand Down

0 comments on commit 011abb0

Please sign in to comment.