commitlint-config-jira
Advanced tools
Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "commitlint-config-jira", | ||
"description": "A recomended config who contain preconfigured rules for jira commits messages style", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "author": { | ||
"dependencies": { | ||
"commitlint-jira-utils": "^1.4.0", | ||
"commitlint-jira-utils": "^1.5.0", | ||
"opencollective-postinstall": "^2.0.2" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "8874bcb06ddf62e328a3cf81e7a1e3d1f1d9d2b5" | ||
"gitHead": "9ce6d819c9832f354e3f9c9667fda3719f803813" | ||
} |
@@ -5,3 +5,3 @@ <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>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> | ||
</div> | ||
@@ -12,2 +12,4 @@ | ||
For Tips and [Advanced Usage](https://gherciu-gheorghe.medium.com/how-to-write-correct-jira-commits-messages-33cd1c8e27aa) you can read this [Blog Post](https://gherciu-gheorghe.medium.com/how-to-write-correct-jira-commits-messages-33cd1c8e27aa) | ||
## Getting started. | ||
@@ -112,3 +114,3 @@ | ||
// Accept a string or an array of strings, by default is disabled | ||
// For exmample ["PRJ1", "PRJ2"] | ||
// For example ["PRJ1", "PRJ2"] | ||
// ❌ Bad commit messages | ||
@@ -145,2 +147,4 @@ git commit -m"IB-21: My commit message body" | ||
For Tips and [Advanced Usage](https://gherciu-gheorghe.medium.com/how-to-write-correct-jira-commits-messages-33cd1c8e27aa) you can read this [Blog Post](https://gherciu-gheorghe.medium.com/how-to-write-correct-jira-commits-messages-33cd1c8e27aa) | ||
```diff | ||
@@ -155,3 +159,3 @@ // commitlint.config.js | ||
// to turn off a rule | ||
+ 'jira-task-id-max-length': 0 | ||
+ 'jira-task-id-max-length': [0] | ||
}, | ||
@@ -175,5 +179,5 @@ } | ||
**[@Gherciu/commitlint-jira](https://github.com/Gherciu/commitlint-jira)** © [GHERCIU](https://github.com/Gherciu), Released under the [MIT](https://github.com/Gherciu/commitlint-jira/blob/master/LICENSE) License.<br> | ||
Authored and maintained by GHERCIU with help from contributors ([list](https://github.com/Gherciu/commitlint-jira/contributors)). | ||
**[@Gherciu/commitlint-jira](https://github.com/Gherciu/commitlint-jira)** Released under the [MIT](https://github.com/Gherciu/commitlint-jira/blob/master/LICENSE) License.<br> | ||
Authored and maintained by [GHERCIU GHEORGHE](https://github.com/Gherciu) with help from contributors ([list](https://github.com/Gherciu/commitlint-jira/contributors)). | ||
#### If you like this repository star⭐ and watch👀 on [GitHub](https://github.com/Gherciu/commitlint-jira) |
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
13803
178
Updatedcommitlint-jira-utils@^1.5.0