Skip to content

Commit a5403ce

Browse files
docs: update README
1 parent 2284b57 commit a5403ce

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parser
22

3-
go parser for [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
3+
A go parser for [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) messages
44

55
[![PkgGoDev](https://pkg.go.dev/badge/github.com/conventionalcommit/parser)](https://pkg.go.dev/github.com/conventionalcommit/parser)
66

@@ -59,6 +59,11 @@ commitMsg = &parser.Commit{
5959

6060
This parser is a fork of [cov-commit-parser](github.com/mbamber/cov-commit-parser) by [Matthew Bamber](github.com/mbamber/)
6161

62+
### TODO
63+
64+
- [ ] Avoid regex
65+
- [ ] Benchmark
66+
6267
### License
6368

6469
[MIT License](https://github.com/conventionalcommit/parser/tree/master/LICENSE.md)

0 commit comments

Comments
 (0)