Skip to content

Commit 1f6c524

Browse files
committed
docs: update README.md
1 parent 6cbe8b5 commit 1f6c524

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@
88

99
A GitHub Action for checking commit message formatting, branch naming, committer name, email, commit signoff, and more.
1010

11-
## What's New?
11+
## What's New in v2
1212

1313
> [!IMPORTANT]
14-
> **Version:** `v2.0.0`*2025-10-20*
15-
>
16-
> This release introduces several **breaking changes**. Please review the [Breaking Changes](#breaking-changes) section before upgrading.
14+
> This v2 release introduces several **breaking changes**. Please review the [Breaking Changes](#breaking-changes) section before upgrading.
1715
1816
### Breaking Changes
1917

2018
- Dropped support for `commit-signoff`, `merge-base`, and `imperative` inputs which are moved to new config file `commit-check.toml`.
2119
- Dropped support for `.commit-check.yml` in favor of `commit-check.toml`.
2220
- Changed default values of `author-name` and `author-email` inputs to `false` to align with commit-check default configuration.
23-
- Updated core dependency [`commit-check`](https://github.com/commit-check/commit-check) to **v2.0.0**.
24-
25-
More details can be found in the [release notes](https://github.com/commit-check/commit-check/releases/tag/v2.0.0).
21+
- Updated core dependency [`commit-check`](https://github.com/commit-check/commit-check) to [**v2.0.0**](https://github.com/commit-check/commit-check/releases/tag/v2.0.0).
2622

2723
## Table of Contents
2824

0 commit comments

Comments
 (0)