Skip to content

Commit

Permalink
chore(release): publish 4.0.3 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 17, 2021
1 parent 974c690 commit 66a6cf0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.3](https://github.com/wagoid/commitlint-github-action/compare/v4.0.2...v4.0.3) (2021-07-17)


### Bug Fixes

* build the action with rollup ([2e57812](https://github.com/wagoid/commitlint-github-action/commit/2e578124a54b446aaf8dfa6d7c71d92e2d6a3de7)), closes [#194](https://github.com/wagoid/commitlint-github-action/issues/194)

### [4.0.2](https://github.com/wagoid/commitlint-github-action/compare/v4.0.1...v4.0.2) (2021-07-15)


Expand Down
9 changes: 4 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ description: Lints Pull Request commit messages with commitlint
author: Wagner Santos
inputs:
configFile:
description:
Commitlint config file. If the file doesn't exist, config-conventional settings will be
description: Commitlint config file. If the file doesn't exist, config-conventional settings will be
loaded as a fallback.
default: ./commitlint.config.js
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
default: 'true'
default: "true"
required: false
failOnWarnings:
description: Whether you want to fail on warnings or not
default: 'false'
default: "false"
required: false
helpURL:
description: Link to a page explaining your commit message convention
Expand All @@ -34,7 +33,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.0.2
image: docker://wagoid/commitlint-github-action:4.0.3
branding:
icon: check-square
color: blue
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "4.0.2",
"version": "4.0.3",
"description": "commitlint github action",
"private": true,
"main": "./dist/run.js",
Expand Down

0 comments on commit 66a6cf0

Please sign in to comment.