Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 304 Bytes

File metadata and controls

executable file
·
8 lines (5 loc) · 304 Bytes

This directory contains some usefull git hooks for the developpers

The pre-commit hook automatically bumps the dev/alpha/beta/rc version number on each commit

The post-commit is used to ammend the changes made to __version__.

To use those hooks, copy them to .git/hooks (or run python3 copy_hooks.py)