Skip to content

Commit 459d95f

Browse files
committed
build: 🔖 publish v1.12.0
1 parent 8eb7292 commit 459d95f

File tree

10 files changed

+34
-7
lines changed

10 files changed

+34
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
2+
3+
4+
### Features
5+
6+
* **cz-git:** default upperCaseSubject cancel auto-capitalize ([#237](https://github.com/Zhengqbbb/cz-git/issues/237)) ([8eb7292](https://github.com/Zhengqbbb/cz-git/commit/8eb7292b94867bf72e5b07a72d7b8e257c6ddf09)), closes [#236](https://github.com/Zhengqbbb/cz-git/issues/236) [#158](https://github.com/Zhengqbbb/cz-git/issues/158)
7+
8+
9+
110
## [1.11.2](https://github.com/Zhengqbbb/cz-git/compare/v1.11.1...v1.11.2) (2025-06-13)
211

312

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"private": true,
55
"scripts": {
66
"docs:build": "vitepress build",

docs/public/schema/cz-git.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"boolean",
185185
"null"
186186
],
187-
"description": "Subject is need upper case first.\n\n- `null`: Do not enforce capitalization of the first letter\n- `true`: Enforce capitalization of the first letter\n- `false`: Enforce lowercase for the first letter",
187+
"description": "Subject is need upper case first.\n\n- `null`: Do not process\n- `true`: Automatically capitalize the first letter\n- `false`: Automatically lowercase the first letter",
188188
"default": null
189189
},
190190
"markBreakingChangeMode": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"private": true,
55
"packageManager": "pnpm@9.11.0",
66
"description": "A better customizable and git support commitizen adapter",

packages/@cz-git/plugin-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/inquirer",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/@cz-git/plugin-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/loader",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "commitizen and commitlint configure loader for cz-git",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
2+
3+
4+
### Features
5+
6+
* **cz-git:** default upperCaseSubject cancel auto-capitalize ([#237](https://github.com/Zhengqbbb/cz-git/issues/237)) ([8eb7292](https://github.com/Zhengqbbb/cz-git/commit/8eb7292b94867bf72e5b07a72d7b8e257c6ddf09)), closes [#236](https://github.com/Zhengqbbb/cz-git/issues/236) [#158](https://github.com/Zhengqbbb/cz-git/issues/158)
7+
8+
9+
110
## [1.11.2](https://github.com/Zhengqbbb/cz-git/compare/v1.11.1...v1.11.2) (2025-06-13)
211

312

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "czg",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "Interactive Commitizen CLI that generate standardized git commit message",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cz-git/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
2+
3+
4+
### Features
5+
6+
* **cz-git:** default upperCaseSubject cancel auto-capitalize ([#237](https://github.com/Zhengqbbb/cz-git/issues/237)) ([8eb7292](https://github.com/Zhengqbbb/cz-git/commit/8eb7292b94867bf72e5b07a72d7b8e257c6ddf09)), closes [#236](https://github.com/Zhengqbbb/cz-git/issues/236) [#158](https://github.com/Zhengqbbb/cz-git/issues/158)
7+
8+
9+
110
## [1.11.2](https://github.com/Zhengqbbb/cz-git/compare/v1.11.1...v1.11.2) (2025-06-13)
211

312

packages/cz-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "A better customizable and git support commitizen adapter",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

0 commit comments

Comments
 (0)