Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: --exclude-releases and --exclude-tests not respected manually running with --base everything #1322

Open
3 tasks done
JoshuaKGoldberg opened this issue Feb 20, 2024 · 1 comment
Labels
status: accepting prs Please, send a pull request to resolve this! type: bug Something isn't working :(

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Expected

I ran the following and expected a repository to be set up without release management or tests:

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 --mode create --owner JoshuaKGoldberg --repository boston-ts-website --title "The BostonTS Website" --exclude-releases --exclude-tests

Actual

https://github.com/JoshuaKGoldberg/boston-ts-website -> JoshuaKGoldberg/boston-ts-website@fb3a0f2 had releases and tests built-in 😞.

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"

Additional Info

No response

@JoshuaKGoldberg JoshuaKGoldberg added type: bug Something isn't working :( status: accepting prs Please, send a pull request to resolve this! labels Feb 20, 2024
@JoshuaKGoldberg
Copy link
Owner Author

Interestingly on that commit:

  • release.yml doesn't exist
  • vitest.config.ts does

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs Please, send a pull request to resolve this! type: bug Something isn't working :(
Projects
None yet
Development

No branches or pull requests

1 participant