Create a Github release

This commit is contained in:
Stanko K.R.
2025-12-01 11:20:31 +01:00
parent 13690f754d
commit 133859b8fb

View File

@@ -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}"