Lint your commit messages to conform to Conventional Commits. Get the next semantic version based on commit types.
Find a file
Tobias Dahlberg aebd26cbbe
fix(main): remove import of embed
The `embed` package was imported with side-effects for embedding the license,
but it was never used.
2025-06-17 23:12:29 +02:00
cmd chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
commitlinter chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
commitparser chore: change license to EUPL 1.2 2025-06-17 22:19:45 +02:00
cpuprofiler chore: change license to EUPL 1.2 2025-06-17 22:19:45 +02:00
internal chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
kongmappings chore: change license to EUPL 1.2 2025-06-17 22:19:45 +02:00
linter chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
nextversion chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
.gitignore test: add unit testing with coverage to Makefile 2025-06-15 01:38:46 +02:00
go.mod chore: move to codeberg.org 2025-06-17 22:21:54 +02:00
go.sum fix: upgrade dependencies 2025-06-15 01:38:46 +02:00
go.tool.mod chore: add Makefile 2025-06-15 01:38:46 +02:00
go.tool.sum chore: add Makefile 2025-06-15 01:38:46 +02:00
LICENSE chore: change license to EUPL 1.2 2025-06-17 22:19:45 +02:00
main.go fix(main): remove import of embed 2025-06-17 23:12:29 +02:00
Makefile test: add unit testing with coverage to Makefile 2025-06-15 01:38:46 +02:00
NOTICE chore: change license to EUPL 1.2 2025-06-17 22:19:45 +02:00
README.md chore: move to codeberg.org 2025-06-17 22:21:54 +02:00

license godoc

Commit Tool

Commit Tool is a young project that implements git commit linting. More features will be added and improvements to the linting functionality will be made. This is first and foremost a proof of concept and the project will hopefully turn into a useful tool that goes beyond linting.