mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-16 17:45:39 -06:00
Overwrite github release title
This commit is contained in:
@@ -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': [
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user