1
0
mirror of https://github.com/balkian/pre-commit-hooks.git synced 2024-11-14 12:12:28 +00:00
pre-commit-hooks/hooks.yaml
J. Fernando Sánchez b7dc27a616 Make branchversion run always
This should prevent commits without VERSION bump
2017-02-02 04:30:31 +01:00

8 lines
210 B
YAML

- id: branchversion
name: Check branch and VERSION
description: This hook avoids commiting a pre-release to a master branch.
entry: branchversion
language: python
always_run: True
files: "VERSION$"