commitlint-config-jira
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "commitlint-config-jira", | ||
"description": "A recomended config who contain preconfigured rules for jira commits messages style", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"license": "MIT", | ||
@@ -53,3 +53,3 @@ "author": { | ||
}, | ||
"gitHead": "eaf7bad54d1f52f0f788dc37304c9f800c5d618f" | ||
"gitHead": "6cce46d982421346f3ad36fcab8ec4cdbc6f0daa" | ||
} |
@@ -5,5 +5,9 @@ <div align="center"> | ||
<h1>commitlint-config-jira</h1> | ||
<p>A <b>recomended</b> config who contain preconfigured rules for jira commits messages style. Part of <a href="https://github.com/Gherciu/commitlint-jira">commitlint-jira</a> monorepo.</p> | ||
<p>commitlint-config-jira checks if your commit messages meet the Jira conventional commit format.</p> | ||
</div> | ||
> The author of this package is looking for a job opportunity to make some 💴 for a living. | ||
> If you have any offers reach me out on [LinkedIn](https://www.linkedin.com/in/gherciu/) or [Mail](mailto:gherciu553@gmail.com). | ||
> Thanks in advance! | ||
[![GitHub](https://img.shields.io/github/license/Gherciu/commitlint-jira)](https://github.com/Gherciu/commitlint-jira/blob/master/LICENSE) | ||
@@ -37,2 +41,10 @@ [![Multipack](https://img.shields.io/badge/Generated%20from-Gherciu%2Fmultipack-green)](https://github.com/Gherciu/multipack) | ||
Run the following in your terminal to create the proper hook. | ||
```bash | ||
npx husky add .husky/commit-msg 'commitlint --edit $1' | ||
``` | ||
For version 4 and under of Husky use the following syntax instead in your `package.json`. | ||
```json | ||
@@ -39,0 +51,0 @@ // package.json |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14176
190