diff --git a/.drone.starlark b/.drone.starlark index 3bad57f16a..d41cae844a 100644 --- a/.drone.starlark +++ b/.drone.starlark @@ -358,7 +358,8 @@ def binary(name): '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##.}' + 'note': 'You can find the detailed changelog at https://github.com/owncloud/reva-phoenix/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.}', + 'overwrite': True }, 'when': { 'event': [ diff --git a/.drone.yml b/.drone.yml index 0d28368956..66cfced648 100644 --- a/.drone.yml +++ b/.drone.yml @@ -378,6 +378,7 @@ steps: 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##.} + overwrite: true title: ${DRONE_SEMVER} when: event: @@ -482,6 +483,7 @@ steps: 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##.} + overwrite: true title: ${DRONE_SEMVER} when: event: @@ -586,6 +588,7 @@ steps: 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##.} + overwrite: true title: ${DRONE_SEMVER} when: event: