We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec90523 commit da1c4c7Copy full SHA for da1c4c7
1 file changed
docs/manual/conventional-commits.md
@@ -36,3 +36,14 @@ So then the format of generated messages:
36
Additionally, a custom message is allowed:
37
38
- `CUSTOM_MESSAGE TYPE: DESCRIPTION`
39
+
40
+Here are some sample messages that this extension creates:
41
42
+- `feat: create foo.txt`
43
+- `build: update Makefile`
44
+- `build(deps): update package-lock.json`
45
+- `docs: update README.md`
46
+- `test: update foo.spec.js`
47
+- `chore: rename fizz.txt to buzz.txt`
48
49
+See [Sample usage](https://github.com/MichaelCurrin/auto-commit-msg#sample-usage) for screenshots.
0 commit comments