5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(release): publish 3.0.0 [skip-ci]

This commit is contained in:
GitHub Action 2021-02-24 19:23:41 +00:00
parent cb649cc971
commit 8752887edd
4 changed files with 37 additions and 21947 deletions

View file

@ -2,6 +2,18 @@
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.
## [3.0.0](https://github.com/wagoid/commitlint-github-action/compare/v2.2.5...v3.0.0) (2021-02-24)
### ⚠ BREAKING CHANGES
* **deps:** Remove support for lerna v2 and change the order of the `extends` resolution
from right-to-left to left-to-right.
### Bug Fixes
* **deps:** udpate commitlint monorepo to v12 ([8b0b095](https://github.com/wagoid/commitlint-github-action/commit/8b0b095f5e2c4a8bc5ebc94da6e1a9c0ebc6b862)), closes [#97](https://github.com/wagoid/commitlint-github-action/issues/97)
### [2.2.5](https://github.com/wagoid/commitlint-github-action/compare/v2.2.4...v2.2.5) (2021-02-18)
### [2.2.4](https://github.com/wagoid/commitlint-github-action/compare/v2.2.3...v2.2.4) (2021-02-17)

View file

@ -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:2.2.5
image: docker://wagoid/commitlint-github-action:3.0.0
branding:
icon: check-square
color: blue

21968
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "2.2.5",
"version": "3.0.0",
"description": "commitlint github action",
"private": true,
"main": "run.js",