From 133859b8fb4d0c6c856a308b68afc8237ac6dbbb Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Mon, 1 Dec 2025 11:20:31 +0100 Subject: [PATCH] Create a Github release --- bin/release | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/release b/bin/release index 1be5337..45ce0d4 100755 --- a/bin/release +++ b/bin/release @@ -59,6 +59,12 @@ announcing "Tagging as #{VERSION}" do end end +announcing "Creating GitHub release..." do + on(:local) do + execute :gh, :release, :create, "v#{VERSION}", "--notes-from-tag" + end +end + announcing "Building and pushing image..." do versioning = "--build-arg APP_VERSION=#{VERSION} --build-arg GIT_REVISION=#{GIT_SHA}"