mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 12:10:34 +09:00
Create a Github release
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user