Skip to content

Commit 3d28780

Browse files
author
GitHub Action
committed
chore(release): publish 6.1.2 [skip-ci]
1 parent 47ff131 commit 3d28780

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [6.1.2](https://github.com/wagoid/commitlint-github-action/compare/v6.1.1...v6.1.2) (2024-09-04)
6+
7+
8+
### Bug Fixes
9+
10+
* using compareCommits for push event commit query ([#801](https://github.com/wagoid/commitlint-github-action/issues/801)) ([47ff131](https://github.com/wagoid/commitlint-github-action/commit/47ff1315a12847478779c4d002c30f406009e206))
11+
512
## [6.1.1](https://github.com/wagoid/commitlint-github-action/compare/v6.1.0...v6.1.1) (2024-08-21)
613

714
## [6.1.0](https://github.com/wagoid/commitlint-github-action/compare/v6.0.2...v6.1.0) (2024-08-20)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
description: The error and warning messages for each one of the analyzed commits
3636
runs:
3737
using: docker
38-
image: docker://wagoid/commitlint-github-action:6.1.1
38+
image: docker://wagoid/commitlint-github-action:6.1.2
3939
branding:
4040
icon: check-square
4141
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": "6.1.1",
3+
"version": "6.1.2",
44
"description": "commitlint github action",
55
"private": true,
66
"module": "./dist/run.mjs",

0 commit comments

Comments
 (0)