mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #14 from jotanavarro/Adding-commitlint-jira-plugin-for-rules
Added plugin with jira rules for `commitlint-config-jira`
This commit is contained in:
commit
526db9a478
2 changed files with 17 additions and 8 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
|
@ -2364,17 +2364,25 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"commitlint-config-jira": {
|
"commitlint-config-jira": {
|
||||||
"version": "1.0.9",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-config-jira/-/commitlint-config-jira-1.0.9.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-config-jira/-/commitlint-config-jira-1.1.0.tgz",
|
||||||
"integrity": "sha512-1+MiKbrj6hkUmRhxMFqskGDTu/riXMgtbpHUCI9mSrHHPi+/ZjfWTHYQvh/GyM59JCAJVLiJcI3rFMAx/RjAsA==",
|
"integrity": "sha512-cZayDuX6j4cXcuRCJSwQAC+UPVvc47EHRjKa42ECiNSlrEA7SftewxheOydnP5eOFRe0CvMp5YpXdTBgEUnVNQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"commitlint-jira-utils": "1.0.12"
|
"commitlint-jira-utils": "1.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commitlint-jira-utils": {
|
"commitlint-jira-utils": {
|
||||||
"version": "1.0.12",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-jira-utils/-/commitlint-jira-utils-1.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-jira-utils/-/commitlint-jira-utils-1.1.0.tgz",
|
||||||
"integrity": "sha512-9WHMRiqiTcRW1O8RsJmGgwRYlzCTjpf3tA7fYXhMl4dhKbGE/wfrx04iO8ZoVKxBhjB8mL/3qD+IR/vhJeLsFg=="
|
"integrity": "sha512-GjMeflTKWAy/s2GzLt8Cxqzc7JA8+VpbwpB2LoYBokHJzXV2a8zHddCOGk6c2lx2CmUEmU0YWg3BYPjZDtWyow=="
|
||||||
|
},
|
||||||
|
"commitlint-plugin-jira-rules": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/commitlint-plugin-jira-rules/-/commitlint-plugin-jira-rules-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-2+qWePOBpfpY14DYI5DQEfHjb2zRt5wMUc0L8CtMIuzX0+aAVUUj+ypL2mF170IoqPs15S5GcDQDKeN5YH4WuQ==",
|
||||||
|
"requires": {
|
||||||
|
"commitlint-jira-utils": "1.1.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"compare-func": {
|
"compare-func": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,8 @@
|
||||||
"@commitlint/format": "8.2.0",
|
"@commitlint/format": "8.2.0",
|
||||||
"@commitlint/lint": "8.2.0",
|
"@commitlint/lint": "8.2.0",
|
||||||
"@commitlint/load": "8.2.0",
|
"@commitlint/load": "8.2.0",
|
||||||
"commitlint-config-jira": "1.0.9",
|
"commitlint-config-jira": "1.1.0",
|
||||||
|
"commitlint-plugin-jira-rules": "1.1.0",
|
||||||
"conventional-changelog-lint-config-canonical": "1.0.0",
|
"conventional-changelog-lint-config-canonical": "1.0.0",
|
||||||
"git-raw-commits": "2.0.2",
|
"git-raw-commits": "2.0.2",
|
||||||
"lerna": "3.18.1"
|
"lerna": "3.18.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue