From fab0ffa3cae33d2d46ada457ca5bc1e59f8ecf70 Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Mon, 21 Jul 2025 21:58:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Fully=20Automated=20Release=20v0?= =?UTF-8?q?.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was **automatically created** and requires **no manual intervention**. ๐Ÿ“Š Release Details - **Version**: `v0.11.1` - **Type**: `patch` (auto-detected) - **Trigger**: `push` - **Actor**: @github-merge-queue[bot] - **Date**: $(date +'%Y-%m-%d %H:%M:%S UTC') ๐Ÿ”„ Automated Changes - โœ… Updated `action.yml` Docker image reference - โœ… Updated `Makefile` fallback version - โœ… Version auto-detected from commit messages ๐Ÿš€ What happens when merged? 1. ๐Ÿณ Multi-architecture Docker images built and pushed 2. ๐Ÿท๏ธ GitHub release created with auto-generated notes 3. ๐Ÿ“ Docker Hub description updated 4. ๐Ÿงน Release branch automatically cleaned up ๐Ÿ” Version Detection Logic - `major`: Manual releases only (v0.10.2 โ†’ v1.0.0) - `minor`: Merges from feat* branches or feat: in commits (v0.10.2 โ†’ v0.11.0) - `patch`: All other changes (v0.10.2 โ†’ v0.10.3) **This PR is safe to auto-merge - it only contains version updates.** --- *๐Ÿค– Fully automated release - zero manual intervention required!* Files changed: M Makefile M action.yml --- Makefile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3fe17c..f57fdf1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ phony: help # Release tag for the action - use environment variable or fall back to latest git tag -VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.0")) +VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.1")) # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/action.yml b/action.yml index 7e62dea..c8b9460 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: description: Name of the branch code was pushed into runs: using: docker - image: docker://devopsinfra/action-commit-push:v0.11.0 + image: docker://devopsinfra/action-commit-push:v0.11.1 env: GITHUB_TOKEN: ${{ inputs.github_token }} branding: