Skip to content

Commit 9e28575

Browse files
Merge pull request #3 from wagoid/master
Sync with wagoid/commitlint
2 parents baa1b23 + a2bc521 commit 9e28575

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.1](https://github.com/wagoid/commitlint-github-action/compare/v6.1.0...v6.1.1) (2024-08-21)
6+
7+
## [6.1.0](https://github.com/wagoid/commitlint-github-action/compare/v6.0.2...v6.1.0) (2024-08-20)
8+
9+
10+
### Features
11+
12+
* updating push event trigger to use rest API (OctoKit) vs push event ([70e22e9](https://github.com/wagoid/commitlint-github-action/commit/70e22e95384c0028a4a5a9679a729c3ac9224dcd))
13+
14+
15+
### Bug Fixes
16+
17+
* updating unit tests with mocking push octokit list commits ([c3ab7fd](https://github.com/wagoid/commitlint-github-action/commit/c3ab7fd301c536b0e96211a1dde49b6aabbfa8fd))
18+
519
## [6.0.2](https://github.com/wagoid/commitlint-github-action/compare/v6.0.1...v6.0.2) (2024-08-05)
620

721
## [6.0.1](https://github.com/wagoid/commitlint-github-action/compare/v6.0.0...v6.0.1) (2024-04-10)

action.yml

+1-1
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.0.2
38+
image: docker://wagoid/commitlint-github-action:6.1.1
3939
branding:
4040
icon: check-square
4141
color: blue

package-lock.json

+2-2
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": "commitlint-github-action",
3-
"version": "6.0.2",
3+
"version": "6.1.1",
44
"description": "commitlint github action",
55
"private": true,
66
"module": "./dist/run.mjs",

0 commit comments

Comments
 (0)