mirror of
https://github.com/balkian/pre-commit-hooks.git
synced 2024-11-14 12:12:28 +00:00
b7dc27a616
This should prevent commits without VERSION bump
8 lines
210 B
YAML
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$"
|