Skip to content

Commit 81d8dfc

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2022-12-05) ### Bug Fixes * **commitlint:** remove body limit on commit ([c158b51](c158b51)) * **commitlint:** remove footer limit on commit ([d4b764c](d4b764c)) * **deps:** update dependencies and pipeline configuration ([#26](#26)) ([47e2191](47e2191))
1 parent c158b51 commit 81d8dfc

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.4](https://github.com/princjef/commitlint-azure-pipelines-cli/compare/v1.0.3...v1.0.4) (2022-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **commitlint:** remove body limit on commit ([c158b51](https://github.com/princjef/commitlint-azure-pipelines-cli/commit/c158b51469a0b9814f2533d0f8c8cc60a182bdb9))
7+
* **commitlint:** remove footer limit on commit ([d4b764c](https://github.com/princjef/commitlint-azure-pipelines-cli/commit/d4b764ce00c890e4ecc85b0b15d41e2e07adfde6))
8+
* **deps:** update dependencies and pipeline configuration ([#26](https://github.com/princjef/commitlint-azure-pipelines-cli/issues/26)) ([47e2191](https://github.com/princjef/commitlint-azure-pipelines-cli/commit/47e2191baf0b73b28720eda0ec119c132c1a61eb))
9+
110
## [1.0.3](https://github.com/princjef/commitlint-azure-pipelines-cli/compare/v1.0.2...v1.0.3) (2019-12-23)
211

312

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-azure-pipelines-cli",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Lint relevant commits for a branch or PR in Azure Pipelines",
55
"main": "dist/index.js",
66
"bin": {
@@ -76,8 +76,16 @@
7676
"@commitlint/config-conventional"
7777
],
7878
"rules": {
79-
"footer-max-line-length": [1, "always", 100],
80-
"body-max-line-length": [1, "always", 100]
79+
"footer-max-line-length": [
80+
1,
81+
"always",
82+
100
83+
],
84+
"body-max-line-length": [
85+
1,
86+
"always",
87+
100
88+
]
8189
}
8290
},
8391
"jest": {

0 commit comments

Comments
 (0)