mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-10 07:49:08 -05:00
Merge pull request #7921 from owncloud/fix-changelog-release
ci: fix changelog build for prereleases
This commit is contained in:
@@ -1448,7 +1448,7 @@ def binaryRelease(ctx, name):
|
||||
"image": OC_CI_GOLANG,
|
||||
"environment": DRONE_HTTP_PROXY_ENV,
|
||||
"commands": [
|
||||
"make changelog CHANGELOG_VERSION=%s" % ctx.build.ref.replace("refs/tags/v", "").split("-")[0],
|
||||
"make changelog CHANGELOG_VERSION=%s" % ctx.build.ref.replace("refs/tags/v", ""),
|
||||
],
|
||||
"when": {
|
||||
"ref": [
|
||||
|
||||
Reference in New Issue
Block a user