Skip to content

Commit 507e732

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.5...v1.5.0) (2020-07-15) ### Features * [CORE-2949] support disallowing squash merges ([#138](#138)) ([62c3785](62c3785))
1 parent 62c3785 commit 507e732

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.5...v1.5.0) (2020-07-15)
2+
3+
4+
### Features
5+
6+
* [CORE-2949] support disallowing squash merges ([#138](https://github.com/mixmaxhq/commitlint-jenkins/issues/138)) ([62c3785](https://github.com/mixmaxhq/commitlint-jenkins/commit/62c3785a793dc3402831e81a9d910eff818d3b57))
7+
18
### [1.4.5](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.4...v1.4.5) (2020-07-15)
29

310

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mixmaxhq/commitlint-jenkins",
3-
"version": "1.4.5",
3+
"version": "1.5.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)