mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
b6e4ae5094
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
29 lines
580 B
YAML
29 lines
580 B
YAML
steps:
|
|
githubPublishRelease:
|
|
addClosedIssues: true
|
|
addDeltaToLastRelease: true
|
|
excludeLabels:
|
|
- 'discussion'
|
|
- 'duplicate'
|
|
- 'invalid'
|
|
- 'question'
|
|
- 'wontfix'
|
|
- 'stale'
|
|
owner: 'SAP'
|
|
repository: 'jenkins-library'
|
|
releaseBodyHeader: ''
|
|
githubCreatePullRequest:
|
|
base: master
|
|
owner: 'SAP'
|
|
repository: 'jenkins-library'
|
|
labels:
|
|
- 'REVIEW'
|
|
- 'go-piper'
|
|
assignees:
|
|
- 'marcusholl'
|
|
- 'daniel-kurzynski'
|
|
- 'fwilhe'
|
|
- 'CCFenner'
|
|
- 'OliverNocon'
|
|
- 'nevskrem'
|