Skip to content

v0.3.0

Latest

Choose a tag to compare

@randilt randilt released this 14 Feb 14:17
· 4 commits to main since this release

Changelog

  • 83b3bae feat: add example usage documentation for GetCommits and InstallHook functions
  • a5755e4 feat: add installation script for git-commit-linter with OS detection and binary setup
  • 85a569a feat: add message correction suggestions for invalid commit formats
  • b82338c feat: add warning messages for sudo access requirement in installation script
  • 3ed48d6 feat: improve code formatting and add change analysis functionality
  • b41dc6d fix: enhance error handling in linter and introduce ValidationError type
  • c16d732 fix: ensure consistent formatting and add missing newlines in code files
  • c49d7e2 fix: improve code formatting and consistency in root.go and correction.go
  • 01a5ee7 fix: improve formatting and add example usage for InstallHook function
  • 91170f3 fix: update installation script to use extracted directory for binary installation
  • 66ada9e refactor: move message correction suggestion logic to linter pkg