Skip to content

Releases: angtheod/git-commit-check

v0.5.0

16 May 19:56

Choose a tag to compare

What's Changed

  • Restructured the script template file. Developers now have to implement the 'before_run' and 'run' functions within their script. by @angtheod in #7
    • Function 'before_run' must be implemented. Should initialize certain variables.
    • Function 'run' must be implemented. Should contain the check's logic. A typical use case is included in the template script file.
    • Function 'after_run' may be implemented. May contain any post-check actions.
  • Move more logic from within the scripts to the core gitcc script and refactored 'check' function by @angtheod in #7
  • Update the README.md file by @angtheod in #7

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 May 19:08
a9b066f

Choose a tag to compare

What's Changed

  • Allow to dynamically add/remove scripts from the scripts directory and to configure which ones are enabled by @angtheod in #1
  • Adjust the gitcc command to run properly when the git commit is run from the host machine. by @angtheod in #3
  • Add new scripts (checks) for the following: eslint, prettier, tsc and vite. by @angtheod in #4
  • Add a template script file (including comments) which can be used to create new scripts.
  • Make dynamic the about section as well, by moving the logic from config.sh and gitcc to each one of the scripts.
  • Update README file. by @angtheod in #5

New Contributors

Full Changelog: https://github.com/angtheod/git-commit-check/commits/0.4.0