lalph 0.3.20 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +2 -2
- package/package.json +1 -1
- package/src/GitFlow.ts +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -152316,7 +152316,7 @@ const GitFlowCommit = effect$1(GitFlow, gen(function* () {
|
|
|
152316
152316
|
- Include \`References ${options.taskId}\` in each commit message.
|
|
152317
152317
|
- **DO NOT** commit any of the files in the \`.lalph\` directory.`,
|
|
152318
152318
|
reviewInstructions: `You are already on the branch with their changes.
|
|
152319
|
-
After making any changes, **you
|
|
152319
|
+
After making any changes, **you must** commit them to the same branch.
|
|
152320
152320
|
But you **do not** need to git push your changes or switch branches.
|
|
152321
152321
|
|
|
152322
152322
|
- Include \`References {task id}\` in each commit message.
|
|
@@ -152874,7 +152874,7 @@ const commandSource = make$36("source").pipe(withDescription("Select the issue s
|
|
|
152874
152874
|
|
|
152875
152875
|
//#endregion
|
|
152876
152876
|
//#region package.json
|
|
152877
|
-
var version = "0.3.
|
|
152877
|
+
var version = "0.3.21";
|
|
152878
152878
|
|
|
152879
152879
|
//#endregion
|
|
152880
152880
|
//#region src/commands/projects/ls.ts
|
package/package.json
CHANGED
package/src/GitFlow.ts
CHANGED
|
@@ -130,7 +130,7 @@ export const GitFlowCommit = Layer.effect(
|
|
|
130
130
|
- **DO NOT** commit any of the files in the \`.lalph\` directory.`,
|
|
131
131
|
|
|
132
132
|
reviewInstructions: `You are already on the branch with their changes.
|
|
133
|
-
After making any changes, **you
|
|
133
|
+
After making any changes, **you must** commit them to the same branch.
|
|
134
134
|
But you **do not** need to git push your changes or switch branches.
|
|
135
135
|
|
|
136
136
|
- Include \`References {task id}\` in each commit message.
|