Also, the rerun command had --undefined instead of the exclusions:
● Tip: to run again with the same input values, use: npx create-typescript-app --base everything --description "The website for BostonTS. Powered by React, Remix, TypeScript, and Vanilla Extract. ✨" --directory boston-ts-website --email-github git@joshuakgoldberg.com --email-npm npm@joshuakgoldberg.com --exclude-releases --mode create --owner JoshuaKGoldberg --undefined --repository boston-ts-website --title "The BostonTS Website"
Bug Report Checklist
main
branch of the repository.Expected
I ran the following and expected a repository to be set up without release management or tests:
Actual
https://github.com/JoshuaKGoldberg/boston-ts-website -> https://github.com/JoshuaKGoldberg/boston-ts-website/commit/fb3a0f2a2ca662b9f018f96f240e778dc9d047d6 had releases and tests built-in 😞.
Also, the rerun command had
--undefined
instead of the exclusions:Additional Info
No response