Overwrite github release title

This commit is contained in:
Thomas Boerger
2019-09-05 09:55:07 +02:00
parent 552ab115cf
commit 64541a7e46
2 changed files with 5 additions and 1 deletions

View File

@@ -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-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#changelog-for-${DRONE_SEMVER##.}',
'overwrite': True
},
'when': {
'event': [

View File

@@ -378,6 +378,7 @@ steps:
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##.}
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-hyper/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-hyper/blob/master/CHANGELOG.md#changelog-for-${DRONE_SEMVER##.}
overwrite: true
title: ${DRONE_SEMVER}
when:
event: