Skip to content

Commit 09faa1a

Browse files
author
GitHub Action
committed
chore(release): publish 5.3.1 [skip-ci]
1 parent 6b8751a commit 09faa1a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

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

5+
## [5.3.1](https://github.com/wagoid/commitlint-github-action/compare/v5.3.0...v5.3.1) (2023-02-15)
6+
57
## [5.3.0](https://github.com/wagoid/commitlint-github-action/compare/v5.2.2...v5.3.0) (2022-11-24)
68

79

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ outputs:
3939
description: The error and warning messages for each one of the analyzed commits
4040
runs:
4141
using: docker
42-
image: docker://wagoid/commitlint-github-action:5.3.0
42+
image: docker://wagoid/commitlint-github-action:5.3.1
4343
branding:
4444
icon: check-square
4545
color: blue

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "5.3.0",
3+
"version": "5.3.1",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "./dist/run.js",

0 commit comments

Comments
 (0)