mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(release): publish 5.1.2 [skip-ci]
This commit is contained in:
parent
dff38a37e5
commit
d6f6593a47
4 changed files with 12 additions and 8 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
### [5.1.2](https://github.com/wagoid/commitlint-github-action/compare/v5.1.1...v5.1.2) (2022-10-06)
|
||||||
|
|
||||||
### [5.1.1](https://github.com/wagoid/commitlint-github-action/compare/v5.1.0...v5.1.1) (2022-10-06)
|
### [5.1.1](https://github.com/wagoid/commitlint-github-action/compare/v5.1.0...v5.1.1) (2022-10-06)
|
||||||
|
|
||||||
## [5.1.0](https://github.com/wagoid/commitlint-github-action/compare/v5.0.2...v5.1.0) (2022-10-06)
|
## [5.1.0](https://github.com/wagoid/commitlint-github-action/compare/v5.0.2...v5.1.0) (2022-10-06)
|
||||||
|
|
|
||||||
12
action.yml
12
action.yml
|
|
@ -9,8 +9,9 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
firstParent:
|
firstParent:
|
||||||
description: >
|
description: >
|
||||||
When set to true, we follow only the first parent commit when seeing a merge commit. More info
|
When set to true, we follow only the first parent commit when seeing a merge commit.
|
||||||
in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
|
More info in git-log docs
|
||||||
|
https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
|
||||||
default: "true"
|
default: "true"
|
||||||
required: false
|
required: false
|
||||||
failOnWarnings:
|
failOnWarnings:
|
||||||
|
|
@ -23,8 +24,9 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: >
|
description: >
|
||||||
Personal access token (PAT) used to interact with the GitHub API. By default, the automatic
|
Personal access token (PAT) used to interact with the GitHub API. By default, the
|
||||||
token provided by GitHub is used. You can see more info about GitHub's default token here:
|
automatic token provided by GitHub is used. You can see more info about GitHub's default token
|
||||||
|
here:
|
||||||
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
|
https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -33,7 +35,7 @@ outputs:
|
||||||
description: The error and warning messages for each one of the analyzed commits
|
description: The error and warning messages for each one of the analyzed commits
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://wagoid/commitlint-github-action:4.1.12
|
image: docker://wagoid/commitlint-github-action:5.1.2
|
||||||
branding:
|
branding:
|
||||||
icon: check-square
|
icon: check-square
|
||||||
color: blue
|
color: blue
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"description": "commitlint github action",
|
"description": "commitlint github action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./dist/run.js",
|
"main": "./dist/run.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue