From 11aa3c236b28407d99defca3d56aa8e381dc043c Mon Sep 17 00:00:00 2001 From: "jorisjonkers-dev-agents[bot]" <290081373+jorisjonkers-dev-agents[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:59:00 +0000 Subject: [PATCH] chore(main): release 0.12.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18eef3d..e1a55a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.2" + ".": "0.12.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cda0996..74676d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ * enforce zero-warning reusable CI gates for Node, Nix, Python, and JVM workflows * fail Gradle warnings and deprecations while making JVM lint static-only by default +## [0.12.3](https://github.com/JorisJonkers-dev/github-workflows/compare/v0.12.2...v0.12.3) (2026-07-10) + + +### Bug Fixes + +* **deploy-preview:** fail loud on render failures and anchor the raw-secret match ([#62](https://github.com/JorisJonkers-dev/github-workflows/issues/62)) ([36710bd](https://github.com/JorisJonkers-dev/github-workflows/commit/36710bd96fd04d182b9181df40b21dafab11014f)) + ## [0.12.2](https://github.com/JorisJonkers-dev/github-workflows/compare/v0.12.1...v0.12.2) (2026-07-10)