Skip to content

Commit da1c4c7

Browse files
Update conventional-commits.md
1 parent ec90523 commit da1c4c7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/manual/conventional-commits.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ So then the format of generated messages:
3636
Additionally, a custom message is allowed:
3737

3838
- `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

Comments
 (0)