mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-16 06:27:17 -04:00
Fix title and body for github releases
This commit is contained in:
@@ -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': {
|
||||
|
||||
12
.drone.yml
12
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user