Types: feat ✨, fix 🐛, docs 📚, style 💄, refactor ♻️, perf ⚡, test ✅, build 🔧, ci 👷, chore 🔨, revert ⏪
When both staged and unstaged changes exist in the working directory, and interaction is available:
After executing git commit, wait for the process to exit on its own — do not interrupt or kill it. Pre-commit hooks (linters, type checkers, test runners) can run for a long time without producing any output. Killing the process mid-run causes an exit code 130 (SIGINT) and leaves the working tree in a dirty state.
Genera messaggi di commit semantico seguendo il formato di commit convenzionale. Da utilizzare durante il commit del codice, la messa in fase di modifiche, la scrittura di messaggi di commit, la richiesta di git commit o quando l'utente menziona commit, messaggio di commit, commit convenzionali, commit semantici, commit git, modifiche di stage, creazione commit. Supporta il monitoraggio della versione del pacchetto monorepo. Fonte: perdolique/workflow.