Skip to content

Commit 7f0a61d

Browse files
author
GitHub Action
committed
chore(release): publish 6.0.1 [skip-ci]
1 parent ada5d09 commit 7f0a61d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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+
## [6.0.1](https://github.com/wagoid/commitlint-github-action/compare/v6.0.0...v6.0.1) (2024-04-10)
6+
57
## [6.0.0](https://github.com/wagoid/commitlint-github-action/compare/v5.5.1...v6.0.0) (2024-03-28)
68

79

action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ inputs:
2525
required: false
2626
token:
2727
description: >
28-
Personal access token (PAT) used to interact with the GitHub API. By default, the
29-
automatic token provided by GitHub is used. You can see more info about GitHub's default token
30-
here:
28+
Personal access token (PAT) used to interact with the GitHub API. By default, the automatic
29+
token provided by GitHub is used. You can see more info about GitHub's default token here:
3130
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
3231
default: ${{ github.token }}
3332
required: false
@@ -36,7 +35,7 @@ outputs:
3635
description: The error and warning messages for each one of the analyzed commits
3736
runs:
3837
using: docker
39-
image: docker://wagoid/commitlint-github-action:6.0.0
38+
image: docker://wagoid/commitlint-github-action:6.0.1
4039
branding:
4140
icon: check-square
4241
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.0.0",
3+
"version": "6.0.1",
44
"description": "commitlint github action",
55
"private": true,
66
"module": "./dist/run.mjs",

0 commit comments

Comments
 (0)