List remaining manual tasks in scope script

This commit is contained in:
Matt Swensen 2020-04-23 07:16:49 -06:00
parent 87e6bc51d2
commit 84bc9a30a9
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -24,3 +24,10 @@ sed -i '' -E "s|$OLD_NAME|$NEW_NAME|g" $NEW_PACKAGE_DIR/.yarnrc
# README.md -> find/replace
sed -i '' -E "s|$OLD_NAME|$NEW_NAME|g" $NEW_PACKAGE_DIR/README.md
# Misc
echo "TODO (manual tasks):"
echo " - see if any tests need to be renamed"
echo " - find other instances of $OLD_NAME in the repo"
echo " - publish new package and tag the commit $NEW_NAME-vX.X.X"