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 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 have to commit them** to the same branch.
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.20";
152877
+ var version = "0.3.21";
152878
152878
 
152879
152879
  //#endregion
152880
152880
  //#region src/commands/projects/ls.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.3.20",
4
+ "version": "0.3.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
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 have to commit them** to the same branch.
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.