Releases: Gosayram/commit-mgmt
Releases · Gosayram/commit-mgmt
Release v1.0.2
Release v1.0.2
Release type: patch version bump
Recent Changes:
- [UPD] - bump docs and desc; (254c1fc)
Installation
Use this version in your .pre-commit-config.yaml:
repos:
- repo: https://github.com/Gosayram/commit-mgmt
rev: v1.0.2
hooks:
- id: commit-msg-formatQuick Setup
- Install pre-commit:
pip install pre-commitorbrew install pre-commit - Add the configuration above to your
.pre-commit-config.yaml - Install hooks:
pre-commit install --hook-type commit-msg
Documentation
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
Release v1.0.1
Release type: patch version bump
Recent Changes:
- [ADD] - added new allowed types; (e77f6b2)
Installation
Use this version in your .pre-commit-config.yaml:
repos:
- repo: https://github.com/Gosayram/commit-mgmt
rev: v1.0.1
hooks:
- id: commit-msg-formatQuick Setup
- Install pre-commit:
pip install pre-commitorbrew install pre-commit - Add the configuration above to your
.pre-commit-config.yaml - Install hooks:
pre-commit install --hook-type commit-msg
Documentation
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Release v1.0.0
Release type: Initial release
Initial Features:
- [UPD] - start CI; (eb403f3)
- [FIX] - tagging; (671f3a9)
- [UPD] - start CI; (f5a70d2)
- [FIX] - fix actions; (c71d2f4)
- [INIT] - project initialization; (816c60c)
- Initial commit (46fac81)
Installation
Use this version in your .pre-commit-config.yaml:
repos:
- repo: https://github.com/Gosayram/commit-mgmt
rev: v1.0.0
hooks:
- id: commit-msg-formatQuick Setup
- Install pre-commit:
pip install pre-commitorbrew install pre-commit - Add the configuration above to your
.pre-commit-config.yaml - Install hooks:
pre-commit install --hook-type commit-msg
Documentation
This is the first release of this project!