From b4a66e6479336df8fc98f93e77f464e8b6b7314b Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 10:27:57 +0200 Subject: [PATCH] Fix title and body for github releases --- .drone.starlark | 4 ++-- .drone.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.starlark b/.drone.starlark index 9fe3fbf446..66326db90d 100644 --- a/.drone.starlark +++ b/.drone.starlark @@ -357,8 +357,8 @@ def binary(name): 'files': [ 'dist/release/*' ], - 'title': '${DRONE_SEMVER}', - 'note': 'You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.}', + 'title': '${DRONE_TAG}', + 'note': 'You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md', 'overwrite': True }, 'when': { diff --git a/.drone.yml b/.drone.yml index 8ae004a2ed..33997a2006 100644 --- a/.drone.yml +++ b/.drone.yml @@ -377,9 +377,9 @@ steps: from_secret: github_token files: - dist/release/* - note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md overwrite: true - title: ${DRONE_SEMVER} + title: ${DRONE_TAG} when: event: - tag @@ -482,9 +482,9 @@ steps: from_secret: github_token files: - dist/release/* - note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md overwrite: true - title: ${DRONE_SEMVER} + title: ${DRONE_TAG} when: event: - tag @@ -587,9 +587,9 @@ steps: from_secret: github_token files: - dist/release/* - note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-hyper/blob/master/CHANGELOG.md overwrite: true - title: ${DRONE_SEMVER} + title: ${DRONE_TAG} when: event: - tag