mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(release): publish 4.1.0 [skip-ci]
This commit is contained in:
parent
7a9b6965f0
commit
ef84115a74
4 changed files with 11 additions and 4 deletions
|
|
@ -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.1.0](https://github.com/wagoid/commitlint-github-action/compare/v4.0.3...v4.1.0) (2021-07-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* officially support commitlint-plugin-function-rules ([d6d6fc0](https://github.com/wagoid/commitlint-github-action/commit/d6d6fc0ae0ec45f7b495ae44a78ec5499877ae0d)), closes [#196](https://github.com/wagoid/commitlint-github-action/issues/196)
|
||||
|
||||
### [4.0.3](https://github.com/wagoid/commitlint-github-action/compare/v4.0.2...v4.0.3) (2021-07-17)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -33,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.3
|
||||
image: docker://wagoid/commitlint-github-action:4.1.0
|
||||
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": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "commitlint-github-action",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"description": "commitlint github action",
|
||||
"private": true,
|
||||
"main": "./dist/run.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue