diff --git a/CHANGELOG.md b/CHANGELOG.md index 5beb288..95ff720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/action.yml b/action.yml index cb32dd1..4750edc 100644 --- a/action.yml +++ b/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 diff --git a/package-lock.json b/package-lock.json index 869d051..8d01c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 6a1eee9..2f3f47f 100644 --- a/package.json +++ b/package.json @@ -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",