From 30336e3093cf9c720c8260c39654ed2a6ba54437 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:30:27 +0000 Subject: [PATCH] chore(main): release cz 0.1.0 --- .release-please-manifest.json | 1 + scripts/cz/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 scripts/cz/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00ed795..4989ee1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,5 @@ { + "scripts/cz": "0.1.0", "scripts/dotenv": "0.1.0", "scripts/theme": "0.1.0" } diff --git a/scripts/cz/CHANGELOG.md b/scripts/cz/CHANGELOG.md new file mode 100644 index 0000000..62f8ffb --- /dev/null +++ b/scripts/cz/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 0.1.0 (2026-01-21) + + +### ⚠ BREAKING CHANGES + +* **cz:** split scope flags into explicit -r/-d/-e options ([#62](https://github.com/proventuslabs/scriptorium/issues/62)) +* **cz:** Users must update scripts using lint -f to use -p. + +### Features + +* **cz:** add -m/--{no-}multi-scope flag ([681b2c5](https://github.com/proventuslabs/scriptorium/commit/681b2c5c6d3419d5d417c91e626c426a2ede2f23)) +* **cz:** initial implementation ([#9](https://github.com/proventuslabs/scriptorium/issues/9)) ([e8f1f48](https://github.com/proventuslabs/scriptorium/commit/e8f1f48de5272965da739d39ecdd614e961e8c34)) +* **cz:** make init print to stdout by default ([#17](https://github.com/proventuslabs/scriptorium/issues/17)) ([b910944](https://github.com/proventuslabs/scriptorium/commit/b910944a49c2896af013f1253d76f90ae2c5a52e)) +* **cz:** scope-to-path validation with INI config format ([#16](https://github.com/proventuslabs/scriptorium/issues/16)) ([ef29e1b](https://github.com/proventuslabs/scriptorium/commit/ef29e1bedaa516996d4c2162362e4ef80f8b691c)) + + +### Bug Fixes + +* **cz:** rename lint -f/--files to -p/--paths ([#55](https://github.com/proventuslabs/scriptorium/issues/55)) ([0680011](https://github.com/proventuslabs/scriptorium/commit/0680011d4f3369833332c3fee2e7e67f4b9ef7a3)) + + +### Code Refactoring + +* **cz:** split scope flags into explicit -r/-d/-e options ([#62](https://github.com/proventuslabs/scriptorium/issues/62)) ([2f570c3](https://github.com/proventuslabs/scriptorium/commit/2f570c36e33d2d8d807287897820b9a9427bb48e))