Skip to content

Commit

Permalink
Update push script for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanburns committed Aug 21, 2023
1 parent 367660f commit 754b655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions push-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ esac
git tag ${version}
git push upstream ${version}

npm publish
npm version patch -m "Update to version ${version}"
npm publish --tag next
npm version patch -m "Update to version ${version}" --preid=next

0 comments on commit 754b655

Please sign in to comment.