Closed JoshuaKGoldberg closed 3 months ago
main
Running with --auto --mode migrate should infer all inferable options from the existing repository.
--auto --mode migrate
Per https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1157#issuecomment-2282338266, I'm seeing quite a few missing:
.github/CODE_OF_CONDUCT.md
## Enforcement
github@joshuakgoldberg.com
git@joshuakgoldberg.com
.github/DEVELOPMENT.md
> If you'd like a more guided walkthrough, ...
.github/SECURITY.md
.vscode/launch.json
package.json
"JoshuaKGoldberg"
"Josh Goldberg"
"bin"
"bin/index.js"
"files"
I'm fixing these in #1612.
π
:tada: This is included in version v1.67.3 :tada:
The release is available on:
Cheers! π¦π
Bug Report Checklist
main
branch of the repository.Expected
Running with
--auto --mode migrate
should infer all inferable options from the existing repository.Actual
Per https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1157#issuecomment-2282338266, I'm seeing quite a few missing:
.github/CODE_OF_CONDUCT.md
: Under## Enforcement
, the email was switched fromgithub@joshuakgoldberg.com
togit@joshuakgoldberg.com
.github/DEVELOPMENT.md
: The initial> If you'd like a more guided walkthrough, ...
is missing.github/SECURITY.md
: The email was switched fromgithub@joshuakgoldberg.com
togit@joshuakgoldberg.com
.vscode/launch.json
: The Debug Program task was removedpackage.json
:"JoshuaKGoldberg"
to"Josh Goldberg"
"bin"
entry was missing, as well as"bin/index.js"
under"files"
Additional Info
I'm fixing these in #1612.
π