8000 chore(release): publish 6.0.0 [skip-ci] · ncino/commitlint-github-action@3c75220 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c75220

Browse files
author
GitHub Action
committed
chore(release): publish 6.0.0 [skip-ci]
1 parent 1b31c7b commit 3c75220

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [6.0.0](https://github.com/wagoid/commitlint-github-action/compare/v5.5.1...v6.0.0) (2024-03-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `commitlint.config.js` is not supported anymore, please use `.mjs` extension
11+
12+
### Features
13+
14+
* upgrade to commitlint v19 ([732f0ad](https://github.com/wagoid/commitlint-github-action/commit/732f0ad7d5fc8650d54cbdbb9183a4e40f3e9ed8))
15+
516
## [5.5.1](https://github.com/wagoid/commitlint-github-action/compare/v5.5.0...v5.5.1) (2024-03-28)
617

718

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636
description: The error and warning messages for each one of the analyzed commits
3737
runs:
3838
using: docker
39-
image: docker://wagoid/commitlint-github-action:5.5.1
39+
image: docker://wagoid/commitlint-github-action:6.0.0
4040
branding:
4141
icon: check-square
4242
color: blue

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "commitlint-github-action",
3-
"version": "5.5.1",
3+
"version": "6.0.0",
44
"description": "commitlint github action",
55
"private": true,
6-
"type": "module",
76
"module": "./dist/run.mjs",
87
"scripts": {
98
"postinstall": "husky install",

0 commit comments

Comments
 (0)
0