Skip to content

Commit b8a932d

Browse files
authored
refactor(publishing): post-version script will push to paypal repo (#940)
* refactor(publishing): Splitting up publish and version logic * refactor(publishing): Adding publish message * refactor(publishing): Adding generated changelog * refactor(publishing): Clean up * refactor(publishing): Cleaning up the Changelog a bit * refactor(publishing): Documentation for releases and contributing * refactor(publishing): post-version script will push to paypal repo
1 parent 702c8b7 commit b8a932d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/postversion.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/sh
22

33
# Publish and push!
4-
git push;
5-
git push --tags;
4+
git push [email protected]:paypal/paypal-checkout.git;
5+
git push [email protected]:paypal/paypal-checkout.git --tags;
66
npm publish;

0 commit comments

Comments
 (0)