Skip to content

Commit 4b68388

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2019-11-05) ### Features * support squash commit workflow by linting PR ([#6](#6)) ([06d3562](06d3562))
1 parent 06d3562 commit 4b68388

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.3.0...v1.4.0) (2019-11-05)
2+
3+
4+
### Features
5+
6+
* support squash commit workflow by linting PR ([#6](https://github.com/mixmaxhq/commitlint-jenkins/issues/6)) ([06d3562](https://github.com/mixmaxhq/commitlint-jenkins/commit/06d3562c7a71e7cfbf9978bfe63b170ad4f23baf))
7+
18
# [1.3.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.2.1...v1.3.0) (2019-11-05)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mixmaxhq/commitlint-jenkins",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Lint all relevant commits for a change or PR on Jenkins CI",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)