1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/.pipeline/config.yml

29 lines
580 B
YAML
Raw Normal View History

steps:
githubPublishRelease:
addClosedIssues: true
addDeltaToLastRelease: true
excludeLabels:
- 'discussion'
- 'duplicate'
- 'invalid'
- 'question'
- 'wontfix'
- 'stale'
owner: 'SAP'
repository: 'jenkins-library'
releaseBodyHeader: ''
2020-04-14 12:33:18 +02:00
githubCreatePullRequest:
base: master
owner: 'SAP'
repository: 'jenkins-library'
labels:
- 'REVIEW'
- 'go-piper'
assignees:
- 'marcusholl'
- 'daniel-kurzynski'
- 'fwilhe'
- 'CCFenner'
- 'OliverNocon'
- 'nevskrem'