Fix title and body for github releases

This commit is contained in:
Thomas Boerger
2019-09-05 10:27:59 +02:00
parent 923ee14342
commit 79f9d1da4e
2 changed files with 8 additions and 8 deletions

View File

@@ -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': {

View File

@@ -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