GithubHelp home page GithubHelp logo

jira-pre-commit's Introduction

jira-pre-commit

A pre-commit hook to check commit messages for Conventional Commits formatting.

Usage

Make sure pre-commit is installed.

Create a blank configuration file at the root of your repo, if needed:

touch .pre-commit-config.yaml

Add a new repo entry to your configuration file:

repos:
  - repo: https://github.com/erskaggs/jira-pre-commit
    rev: v1.0.4
    hooks:
      - id: jira-pre-commit
        stages: [commit-msg]

Install the pre-commit script:

pre-commit install --hook-type commit-msg

Make a (normal) commit without a jira ticket:

$ git commit -m "add a new feature"
Jira Ticket Key..........................................................Failed
- hook id: jira-pre-commit
- exit code: 1

Aborting commit. Your commit message is missing either a JIRA Issue, i.e. JIRA-1234.

Make a commit with a jira ticket

$ git commit -m "JIRA-1234 add a new feature"
Jira Ticket Key..........................................................Passed

Versioning

Versioning generally follows Semantic Versioning.

In addition to the strict version tag, we also maintain a "latest" tag for each major version, e.g. v1 always points to the latest v1.x.x tag.

License

Apache 2.0

Inspired by matthorgan's pre-commit-conventional-commits.

jira-pre-commit's People

Contributors

erskaggs avatar techsolx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.