Skip to content

Commit 300f6dc

Browse files
author
GitHub Action
committed
chore(release): publish 2.2.4 [skip-ci]
1 parent 39179da commit 300f6dc

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.2.4](https://github.com/wagoid/commitlint-github-action/compare/v2.2.3...v2.2.4) (2021-02-17)
6+
7+
8+
### Bug Fixes
9+
10+
* call getOctokit function instead of removed Github constructor ([84dd768](https://github.com/wagoid/commitlint-github-action/commit/84dd7685c6e51c38415801f8ca57df0578a83059))
11+
512
### [2.2.3](https://github.com/wagoid/commitlint-github-action/compare/v2.2.2...v2.2.3) (2021-02-15)
613

714
### [2.2.2](https://github.com/wagoid/commitlint-github-action/compare/v2.2.1...v2.2.2) (2021-02-10)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ outputs:
3333
description: The error and warning messages for each one of the analyzed commits
3434
runs:
3535
using: docker
36-
image: docker://wagoid/commitlint-github-action:2.2.3
36+
image: docker://wagoid/commitlint-github-action:2.2.4
3737
branding:
3838
icon: check-square
3939
color: blue

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": "commitlint-github-action",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "run.js",

0 commit comments

Comments
 (0)