diff --git a/.drone.starlark b/.drone.starlark index 15df8f61b..999eb8a4e 100644 --- a/.drone.starlark +++ b/.drone.starlark @@ -356,7 +356,9 @@ 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##.}' }, 'when': { 'event': [ diff --git a/.drone.yml b/.drone.yml index 3d6e11052..19e16eeb9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -377,6 +377,8 @@ 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##.} + title: ${DRONE_SEMVER} when: event: - tag @@ -479,6 +481,8 @@ 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##.} + title: ${DRONE_SEMVER} when: event: - tag @@ -581,6 +585,8 @@ 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##.} + title: ${DRONE_SEMVER} when: event: - tag