From 5c597d7c796ec9eb4bea48d15ed3bff94edd7356 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Mar 2024 19:36:53 +0000 Subject: [PATCH] chore(release): publish 5.5.0 [skip-ci] --- CHANGELOG.md | 19 ++++++++++++++++--- action.yml | 7 ++++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f5af7a..f58523fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [5.5.0](https://github.com/wagoid/commitlint-github-action/compare/v5.4.5...v5.5.0) (2024-03-28) + + +### Features + +* upgrade commitlint to latest version ([2ff45dc](https://github.com/wagoid/commitlint-github-action/commit/2ff45dc12063297947621e4f7e0b4e53b17fd6ed)) + + +### Bug Fixes + +* rollback update of commitlint to support configs that use commonjs ([06143b2](https://github.com/wagoid/commitlint-github-action/commit/06143b235b3cbc9b59880866cf547f9b7b52b79c)) + ## [5.4.6](https://github.com/wagoid/commitlint-github-action/compare/v5.4.5...v5.4.6) (2024-03-28) @@ -596,6 +612,3 @@ like the fact that `improvement` type is now rejected in `@commitlint/config-con * add commitlint action ([478fbaf](https://github.com/wagoid/commitlint-github-action/commit/478fbaff69771fd49568dabcefde8dd86543c1fe)) * add firstParent input to ignore errors from your default branch ([598e473](https://github.com/wagoid/commitlint-github-action/commit/598e473cb441db3b8a81761f2d77f6182ce73993)) * use image from docker hub ([9379b32](https://github.com/wagoid/commitlint-github-action/commit/9379b32eb6e98429a7b2d25d47864e730d10bdc7)) - - - diff --git a/action.yml b/action.yml index bf891586..b4f3abfa 100644 --- a/action.yml +++ b/action.yml @@ -25,8 +25,9 @@ inputs: required: false token: description: > - Personal access token (PAT) used to interact with the GitHub API. By default, the automatic - token provided by GitHub is used. You can see more info about GitHub's default token here: + Personal access token (PAT) used to interact with the GitHub API. By default, the + automatic token provided by GitHub is used. You can see more info about GitHub's default token + here: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token default: ${{ github.token }} required: false @@ -35,7 +36,7 @@ outputs: description: The error and warning messages for each one of the analyzed commits runs: using: docker - image: docker://wagoid/commitlint-github-action:5.4.6 + image: docker://wagoid/commitlint-github-action:5.5.0 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 36917e5a..7679e699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commitlint-github-action", - "version": "5.4.5", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commitlint-github-action", - "version": "5.4.5", + "version": "5.5.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f628f47b..4f64c851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "5.4.5", + "version": "5.5.0", "description": "commitlint github action", "private": true, "main": "./dist/run.js",