Skip to content

Commit

Permalink
chore: tweak release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 26, 2024
1 parent 00b5594 commit 36f83b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ set -e
pnpm publish --recursive --filter @callstack/* --access public
pnpm changeset tag

echo "\\nPublished to NPM 🎉"
echo
echo "Published to NPM 🎉"
3 changes: 2 additions & 1 deletion scripts/release-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pnpm build
pnpm changeset version
pnpm install

echo "\\nReview and commit changelog files 👀"
echo
echo "Review and commit changelog files 👀"

0 comments on commit 36f83b1

Please sign in to comment.