diff --git a/.drone.starlark b/.drone.starlark index d41cae844a..1af975b504 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-phoenix/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.}', + 'title': '${DRONE_TAG}', + 'note': 'You can find the detailed changelog at https://github.com/owncloud/reva-phoenix/blob/master/CHANGELOG.md', 'overwrite': True }, 'when': { diff --git a/.drone.yml b/.drone.yml index 66cfced648..18a4d43f7a 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-phoenix/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-phoenix/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-phoenix/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-phoenix/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-phoenix/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.} + note: You can find the detailed changelog at https://github.com/owncloud/reva-phoenix/blob/master/CHANGELOG.md overwrite: true - title: ${DRONE_SEMVER} + title: ${DRONE_TAG} when: event: - tag