Skip to content

Commit 30f06e1

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2019-11-05) ### Bug Fixes * fix git show command ([0831609](0831609)) ### Features * add --pr-only flag ([8c4ef12](8c4ef12))
1 parent a00b914 commit 30f06e1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [1.3.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.2.1...v1.3.0) (2019-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* fix git show command ([0831609](https://github.com/mixmaxhq/commitlint-jenkins/commit/0831609a3dc18d62b58ab85f97aa1837857436d6))
7+
8+
9+
### Features
10+
11+
* add --pr-only flag ([8c4ef12](https://github.com/mixmaxhq/commitlint-jenkins/commit/8c4ef123aeaf3a983ff5be376456865cc8e1021c))

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": "0.0.0-development",
3+
"version": "1.3.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)