fix: issue #7 #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/issue-7-rename-generator-to-workflow"
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?
What
Rename legacy
Generatorsymbols toWorkflow-consistent naming indevelop-senseanddevelop-workflowworkflows.Why
These two workflows still used old naming conventions (
buildSenseGenerator,BuildSenseGeneratorDeps, etc.) that were inconsistent with the rest of the codebase. Pure mechanical rename, no behavior change.Changes
workflows/develop-sense/build.ts:BuildSenseGeneratorDeps→BuildDevelopSenseDeps,buildSenseGenerator→buildDevelopSenseWorkflowworkflows/develop-sense/index.ts: updated import and call siteworkflows/develop-workflow/build.ts:BuildWorkflowGeneratorDeps→BuildDevelopWorkflowDeps,buildWorkflowGenerator→buildDevelopWorkflowworkflows/develop-workflow/index.ts: updated import and call siteRef
Fixes #7
Pull request closed