From ab798dde9356e46e037fdb67c5443e6cb5130749 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 5 Apr 2021 08:11:16 +0000 Subject: [PATCH] chore(release): publish 3.0.8 [skip-ci] --- CHANGELOG.md | 2 ++ action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e30b4b..15482e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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) ### [3.0.6](https://github.com/wagoid/commitlint-github-action/compare/v3.0.5...v3.0.6) (2021-03-02) diff --git a/action.yml b/action.yml index 5c9c432..b0a7719 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.7 + image: docker://wagoid/commitlint-github-action:3.0.8 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index caedb45..55edb93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "3.0.7", + "version": "3.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8e4930..a5882f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "3.0.7", + "version": "3.0.8", "description": "commitlint github action", "private": true, "main": "run.js",