Skip to content

Tags: gbprod/tree-sitter-gitcommit

Tags

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: recognize `BREAKING-CHANGE` trailers (#40) > 16. `BREAKING-CHANGE` MUST be synonymous with `BREAKING CHANGE`, when used as a token in a footer. > -- https://www.conventionalcommits.org/en/v1.0.0/#specification Fixes #39

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: detect eof as end of parsing in scanner (#37) Fixes: #36

v0.3.1

Toggle v0.3.1's commit message
chore: updates workflows (#35) 

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: introduce github action to publish to crates (#32) Ref: #30

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(body): surround body with `message` node (#4) Ref: #3

v0.1.0

Toggle v0.1.0's commit message
docs: add informations about injected languages