Skip to content

Commit db7be54

Browse files
chore(main): release cz 0.2.0 (#73)
* chore(main): release cz 0.2.0 * chore: rebuild dist for cz --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dde2edc commit db7be54

7 files changed

Lines changed: 29 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scripts/cz": "0.1.0",
2+
"scripts/cz": "0.2.0",
33
"scripts/dotenv": "0.1.0",
44
"scripts/jwt": "0.1.0",
55
"scripts/theme": "0.1.0"

dist/cz/bin/cz

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# @start-kcov-exclude
66
# --- keep from: scripts/cz/options.sh ---
7-
VERSION=0.1.0 # x-release-please-version
7+
VERSION=0.2.0 # x-release-please-version
88
# --- begin: gengetoptions parser -f ./options.sh parser_definition parse ---
99
# Generated by getoptions (BEGIN)
1010
# URL: https://github.com/ko1nksm/getoptions (v3.3.2)
@@ -1014,7 +1014,7 @@ case $cmd in
10141014
create)
10151015
# @start-kcov-exclude
10161016
# --- keep from: scripts/cz/options.sh ---
1017-
VERSION=0.1.0 # x-release-please-version
1017+
VERSION=0.2.0 # x-release-please-version
10181018
# --- begin: gengetoptions parser -f ./options.sh parser_definition_create parse_create ---
10191019
# Generated by getoptions (BEGIN)
10201020
# URL: https://github.com/ko1nksm/getoptions (v3.3.2)
@@ -1102,7 +1102,7 @@ case $cmd in
11021102
lint)
11031103
# @start-kcov-exclude
11041104
# --- keep from: scripts/cz/options.sh ---
1105-
VERSION=0.1.0 # x-release-please-version
1105+
VERSION=0.2.0 # x-release-please-version
11061106
# --- begin: gengetoptions parser -f ./options.sh parser_definition_lint parse_lint ---
11071107
# Generated by getoptions (BEGIN)
11081108
# URL: https://github.com/ko1nksm/getoptions (v3.3.2)
@@ -1203,7 +1203,7 @@ case $cmd in
12031203
init)
12041204
# @start-kcov-exclude
12051205
# --- keep from: scripts/cz/options.sh ---
1206-
VERSION=0.1.0 # x-release-please-version
1206+
VERSION=0.2.0 # x-release-please-version
12071207
# --- begin: gengetoptions parser -f ./options.sh parser_definition_init parse_init ---
12081208
# Generated by getoptions (BEGIN)
12091209
# URL: https://github.com/ko1nksm/getoptions (v3.3.2)
@@ -1316,7 +1316,7 @@ case $cmd in
13161316
hook)
13171317
# @start-kcov-exclude
13181318
# --- keep from: scripts/cz/options.sh ---
1319-
VERSION=0.1.0 # x-release-please-version
1319+
VERSION=0.2.0 # x-release-please-version
13201320
# --- begin: gengetoptions parser -f ./options.sh parser_definition_hook parse_hook ---
13211321
# Generated by getoptions (BEGIN)
13221322
# URL: https://github.com/ko1nksm/getoptions (v3.3.2)

scripts/cz/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/proventuslabs/scriptorium/compare/cz-v0.1.0...cz-v0.2.0) (2026-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **cz:** align validation and errors to Conventional Commits spec ([#76](https://github.com/proventuslabs/scriptorium/issues/76))
9+
* **cz:** --paths no longer accepts space-separated paths. Use repeated --paths flags: --paths "file one" --paths "file two"
10+
11+
### Features
12+
13+
* **cz:** add --{no-}breaking-footer flag ([#72](https://github.com/proventuslabs/scriptorium/issues/72)) ([d22921f](https://github.com/proventuslabs/scriptorium/commit/d22921f9de08f6aaf838822e2d8babf865ae43ee))
14+
* **cz:** align validation and errors to Conventional Commits spec ([#76](https://github.com/proventuslabs/scriptorium/issues/76)) ([dde2edc](https://github.com/proventuslabs/scriptorium/commit/dde2edc9907027d2dd70f5ae6efe0202a54908f0))
15+
16+
17+
### Bug Fixes
18+
19+
* **cz:** handle spaces in --paths file arguments ([#67](https://github.com/proventuslabs/scriptorium/issues/67)) ([d84893c](https://github.com/proventuslabs/scriptorium/commit/d84893c4bb7b37cbc86dfa3ac9f2bf9ee7880c7e))
20+
* **cz:** parse leftovers and cleanup ([#74](https://github.com/proventuslabs/scriptorium/issues/74)) ([75dcbf3](https://github.com/proventuslabs/scriptorium/commit/75dcbf3496b9e0b9673d52ceb6e00013aa04831f))
21+
322
## 0.1.0 (2026-01-21)
423

524

scripts/cz/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkScript {
44
name = "cz";
5-
version = "0.1.0"; # x-release-please-version
5+
version = "0.2.0"; # x-release-please-version
66
description = "Conventional commits CLI tool";
77
}

scripts/cz/docs/cz.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ProventusLabs
44
:doctype: manpage
55
:manmanual: User Commands
66
:mansource: Scriptorium
7-
:revnumber: 0.1.0 // x-release-please-version
7+
:revnumber: 0.2.0 // x-release-please-version
88
:man-linkstyle: pass:[blue R < >]
99

1010
== NAME

scripts/cz/docs/gitcommitizen.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ProventusLabs
44
:doctype: manpage
55
:manmanual: gitcommitizen
66
:mansource: Scriptorium
7-
:revnumber: 0.1.0 // x-release-please-version
7+
:revnumber: 0.2.0 // x-release-please-version
88
:man-linkstyle: pass:[blue R < >]
99

1010
== NAME

scripts/cz/options.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# shellcheck shell=sh disable=SC2034,SC1083
22

33
# @bundle keep
4-
VERSION=0.1.0 # x-release-please-version
4+
VERSION=0.2.0 # x-release-please-version
55
# @bundle end
66

77
parser_definition() {

0 commit comments

Comments
 (0)