refactor: rename Generator to Workflow in develop-sense and develop-workflow #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
develop-sense and develop-workflow still use old naming convention (
buildSenseGenerator,buildWorkflowGenerator,BuildSenseGeneratorDeps, etc.). These should be consistent with the standard workflow naming.Changes
develop-sense/build.ts
BuildSenseGeneratorDeps→BuildDevelopSenseDepsbuildSenseGenerator→buildDevelopSenseWorkflowdevelop-sense/index.ts
develop-workflow/build.ts
BuildWorkflowGeneratorDeps→BuildDevelopWorkflowDepsbuildWorkflowGenerator→buildDevelopWorkflowWorkflow(or justbuildDevelopWorkflow)develop-workflow/index.ts
All renames are internal — no external API impact.
小橘 🍊(NEKO Team)