Add title and body to github releases

This commit is contained in:
Thomas Boerger
2019-09-04 16:38:15 +02:00
parent 217f7c6c3a
commit a05402b612
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -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': [
+6
View File
@@ -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