Skip to content

Releases: Gosayram/commit-mgmt

Release v1.0.2

01 Jul 20:09

Choose a tag to compare

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-format

Quick Setup

  1. Install pre-commit: pip install pre-commit or brew install pre-commit
  2. Add the configuration above to your .pre-commit-config.yaml
  3. Install hooks: pre-commit install --hook-type commit-msg

Documentation


Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

01 Jul 20:06

Choose a tag to compare

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-format

Quick Setup

  1. Install pre-commit: pip install pre-commit or brew install pre-commit
  2. Add the configuration above to your .pre-commit-config.yaml
  3. Install hooks: pre-commit install --hook-type commit-msg

Documentation


Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

01 Jul 19:55

Choose a tag to compare

Release v1.0.0

Release type: Initial release

Initial Features:

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-format

Quick Setup

  1. Install pre-commit: pip install pre-commit or brew install pre-commit
  2. Add the configuration above to your .pre-commit-config.yaml
  3. Install hooks: pre-commit install --hook-type commit-msg

Documentation


This is the first release of this project!