Skip to content

Commit adaa347

Browse files
author
GitHub Action
committed
chore(release): publish 5.5.0 [skip-ci]
1 parent b405939 commit adaa347

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [5.5.0](https://github.com/wagoid/commitlint-github-action/compare/v5.4.5...v5.5.0) (2024-03-28)
6+
7+
8+
### Features
9+
10+
* upgrade commitlint to latest version ([2ff45dc](https://github.com/wagoid/commitlint-github-action/commit/2ff45dc12063297947621e4f7e0b4e53b17fd6ed))
11+
12+
13+
### Bug Fixes
14+
15+
* rollback update of commitlint to support configs that use commonjs ([06143b2](https://github.com/wagoid/commitlint-github-action/commit/06143b235b3cbc9b59880866cf547f9b7b52b79c))
16+
117
## [5.4.6](https://github.com/wagoid/commitlint-github-action/compare/v5.4.5...v5.4.6) (2024-03-28)
218

319

@@ -596,6 +612,3 @@ like the fact that `improvement` type is now rejected in `@commitlint/config-con
596612
* add commitlint action ([478fbaf](https://github.com/wagoid/commitlint-github-action/commit/478fbaff69771fd49568dabcefde8dd86543c1fe))
597613
* add firstParent input to ignore errors from your default branch ([598e473](https://github.com/wagoid/commitlint-github-action/commit/598e473cb441db3b8a81761f2d77f6182ce73993))
598614
* use image from docker hub ([9379b32](https://github.com/wagoid/commitlint-github-action/commit/9379b32eb6e98429a7b2d25d47864e730d10bdc7))
599-
600-
601-

action.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ inputs:
2525
required: false
2626
token:
2727
description: >
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:
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:
3031
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
3132
default: ${{ github.token }}
3233
required: false
@@ -35,7 +36,7 @@ outputs:
3536
description: The error and warning messages for each one of the analyzed commits
3637
runs:
3738
using: docker
38-
image: docker://wagoid/commitlint-github-action:5.4.6
39+
image: docker://wagoid/commitlint-github-action:5.5.0
3940
branding:
4041
icon: check-square
4142
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": "5.4.5",
3+
"version": "5.5.0",
44
"description": "commitlint github action",
55
"private": true,
66
"main": "./dist/run.js",

0 commit comments

Comments
 (0)