Commit Graph

4 Commits

Author SHA1 Message Date
e8ca009440 Merge pull request #1 from romdo/add-rawmessage
feat(parser): implement RawMessage
2021-08-09 21:06:35 +01:00
ce4b06f67c feat(parser): implement RawMessage
The NewRawMessage function returns a RawMessage struct, which has broken
the given commit message down into separate lines, and also grouped the
lines into paragraphs.

This should make it easier to implement proper conventional commit
parser, linter, and formatter.
2021-08-09 21:03:22 +01:00
99a28a0346 ci(github): setup GitHub Actions 2021-08-08 20:31:59 +01:00
8b330a6c40 chore(misc): add license and basic readme 2021-08-08 19:23:00 +01:00