diff --git a/rename.sh b/rename.sh index cc09b13..7ee1ba6 100755 --- a/rename.sh +++ b/rename.sh @@ -216,7 +216,7 @@ heading "Done" echo "Module is now: ${BOLD}${NEW_MODULE}${RESET}" echo echo "Recommended next steps:" -echo " go mod tidy # sync go.sum after path change" -echo " make build # verify it compiles" -echo " make test # verify tests pass" -echo " git push -u origin main --force-with-lease" +echo " go mod tidy # sync go.sum after path change" +echo " make build # verify it compiles" +echo " make test # verify tests pass" +echo " git push -u origin main --force # publish new repo"