Skip to content

Commit fc0511f

Browse files
🤖 Fully Automated Release v0.11.1 (#143)
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 Co-authored-by: github-merge-queue[bot] <github-merge-queue[bot]@users.noreply.github.com>
1 parent e28c83e commit fc0511f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
phony: help
33

44
# Release tag for the action - use environment variable or fall back to latest git tag
5-
VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.0"))
5+
VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.1"))
66

77
# GitHub Actions bogus variables
88
GITHUB_REF ?= refs/heads/null

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ outputs:
4949
description: Name of the branch code was pushed into
5050
runs:
5151
using: docker
52-
image: docker://devopsinfra/action-commit-push:v0.11.0
52+
image: docker://devopsinfra/action-commit-push:v0.11.1
5353
env:
5454
GITHUB_TOKEN: ${{ inputs.github_token }}
5555
branding:

0 commit comments

Comments
 (0)