From 782aa1a112092bc881b36c47087a9a84829473a8 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:37:27 +0800 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67e137cd..a90e14e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "docker/debian": "0.1.0", "docker/alpine": "0.1.0", "docker/rocky": "0.1.0", - ".": "0.15.1" + ".": "0.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fc1c6b..9bda97b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.2](https://github.com/snowdreamtech/template/compare/v0.15.1...v0.15.2) (2026-06-20) + + +### 🐛 Bug Fixes + +* **cd:** delete remote tag before re-push to trigger downstream docker build ([be75906](https://github.com/snowdreamtech/template/commit/be759064255c0e8f8e24f45efb260d5a26466c2a)) +* **cd:** disable persist-credentials to ensure WORKFLOW_SECRET PAT is used for tag push ([bedf7bf](https://github.com/snowdreamtech/template/commit/bedf7bf3bdabc083f6fd60d69d99dd2d482ea0ee)) + + +### ♻️ Miscellaneous Chores + +* release main ([76bafd6](https://github.com/snowdreamtech/template/commit/76bafd6d4eecbe14ec4b7fbe707280b4b4db9c07)) +* **release:** deduplicate CHANGELOG headers ([639b069](https://github.com/snowdreamtech/template/commit/639b0695d7325f2d2a827301a2f3a41111fcab6d)) + ## [0.15.1](https://github.com/snowdreamtech/template/compare/v0.15.0...v0.15.1) (2026-06-19) diff --git a/VERSION b/VERSION index c62cb35b..f66f4c43 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ # x-release-please-start-version -0.15.1 +0.15.2 # x-release-please-end