You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Enable prefix by default and improve configuration messages
- Changed the default state of prefixState to enabled for better user experience.
- Updated prompt message to clarify the purpose of commit message prefixes.
- Improved console output for configuration settings to
? `Generate a Git commit message based on the following summary, with an appropriate prefix (add:, fix:, feat:, refactor:, chore:, perf:, test:, style:, docs:, merge:, chore:, build:, ci:, revert:, merge:) based on the type of changes: ${gitSummary}\n\nCommit message: `
110
+
? `Generate a Git commit message based on the following summary, with an appropriate prefix (add:, fix:, feat:, refactor:, chore:, perf:, test:, style:, docs:, merge:, build:, ci:, revert:, merge:) based on the type of changes: ${gitSummary}\n\nCommit message: `
110
111
: `Generate a Git commit message based on the following summary: ${gitSummary}\n\nCommit message: `,
0 commit comments