Skip to content

Commit

Permalink
fix(publish): Change instruction text to use 'Rebase and merge' inste…
Browse files Browse the repository at this point in the history
…ad of squash
  • Loading branch information
christopherthielen committed Jun 6, 2019
1 parent fc95ae4 commit 14990c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if [ "$REPLY" == "y" ] ; then
echo "";
echo "*****************************************************";
echo "* Pull request message copied to your clipboard! *";
echo "* Paste it in and use the 'Squash and merge' button *";
echo "* Paste it in and use the 'Rebase and merge' button *";
echo "*****************************************************";
echo "";
echo "";
Expand Down

0 comments on commit 14990c6

Please sign in to comment.