Skip to content

Commit d7f843a

Browse files
committed
fix(message-generator): tweak prompt to keep message concise and focussed
- Add guideline to avoid using excessive adjectives like 'enhance' or 'comprehensive' - Maintain consistent style with existing instructions - Keep message generation focused and concise
1 parent 8b37722 commit d7f843a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commitMessageGenerator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class CommitMessageGenerator {
2323
- Use ONLY ${config.allowedTypes.map((val) => `'${val}'`).join(" | ")} as appropriate for the type of change.
2424
- Always include a scope.
2525
- Never use '!' or 'BREAKING CHANGE' in the commit message.
26+
- Avoid excessive adjectives like 'enhance', 'comprehensive' etc
2627
- Output will use markdown formatting for lists etc.
2728
- Output will ONLY contain the commit message.
2829
- Do not explain the output.

0 commit comments

Comments
 (0)