From 1c603de78c3fb07460454eb68cb4df03215a20bd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 6 Apr 2021 10:53:29 +0000 Subject: [PATCH] chore(release): publish 3.1.0 [skip-ci] --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15482e8..c0bf7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [3.1.0](https://github.com/wagoid/commitlint-github-action/compare/v3.0.8...v3.1.0) (2021-04-06) + + +### Features + +* add support for pull_request_target event ([de51303](https://github.com/wagoid/commitlint-github-action/commit/de513030467551ee03fb8827bd790967fd5818ab)) + ### [3.0.8](https://github.com/wagoid/commitlint-github-action/compare/v3.0.7...v3.0.8) (2021-04-05) ### [3.0.7](https://github.com/wagoid/commitlint-github-action/compare/v3.0.6...v3.0.7) (2021-04-01) diff --git a/action.yml b/action.yml index b0a7719..d831a4b 100644 --- a/action.yml +++ b/action.yml @@ -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:3.0.8 + image: docker://wagoid/commitlint-github-action:3.1.0 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 55edb93..4a44425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "3.0.8", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5882f3..2ca25da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "3.0.8", + "version": "3.1.0", "description": "commitlint github action", "private": true, "main": "run.js",