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.
|
||||
|
||||
### [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.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
|
||||
firstParent:
|
||||
description: >
|
||||
When set to true, we follow only the first parent commit when seeing a merge commit. More info
|
||||
in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
|
||||
When set to true, we follow only the first parent commit when seeing a merge commit.
|
||||
More info in git-log docs
|
||||
https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
|
||||
default: "true"
|
||||
required: false
|
||||
failOnWarnings:
|
||||
|
|
@ -23,8 +24,9 @@ inputs:
|
|||
required: false
|
||||
token:
|
||||
description: >
|
||||
Personal access token (PAT) used to interact with the GitHub API. By default, the automatic
|
||||
token provided by GitHub is used. You can see more info about GitHub's default token here:
|
||||
Personal access token (PAT) used to interact with the GitHub API. By default, the
|
||||
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
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
|
|
@ -33,7 +35,7 @@ outputs:
|
|||
description: The error and warning messages for each one of the analyzed commits
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://wagoid/commitlint-github-action:4.1.12
|
||||
image: docker://wagoid/commitlint-github-action:5.1.2
|
||||
branding:
|
||||
icon: check-square
|
||||
color: blue
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"description": "commitlint github action",
|
||||
"private": true,
|
||||
"main": "./dist/run.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue