Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #71 from JulianPSchmitt/master
Browse files Browse the repository at this point in the history
Automated Release Notes
  • Loading branch information
radsoulbeard authored Mar 22, 2022
2 parents bcbd259 + ddb03ad commit a982087
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 114 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Release Notes

on:
workflow_dispatch:
inputs:
tag:
description: 'Define name for new Tag'
required: true
branch:
description: 'Choose Branch to release'
required: true
type: choice
options:
- master
- release
- docker

jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Step 1 - Checkout Repository from GitHub
uses: actions/checkout@v1

- name: Step 2 - Setup JDK 8
uses: actions/setup-java@v1
with:
java-version: '8'

- name: Step 3 - Publish Release
uses: SAP/project-piper-action@master
with:
piper-version: master
command: githubPublishRelease
flags: --token ${{ secrets.GITHUB_TOKEN }} --version ${{ github.event.inputs.tag }} --commitish ${{ github.event.inputs.branch }}
14 changes: 14 additions & 0 deletions .pipeline/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
steps:
githubPublishRelease:
addClosedIssues: true
addDeltaToLastRelease: true
excludeLabels:
- 'discussion'
- 'duplicate'
- 'invalid'
- 'question'
- 'wontfix'
- 'stale'
owner: 'SAP'
repository: 'devops-cm-client'
releaseBodyHeader: ''
114 changes: 0 additions & 114 deletions .travis.yml

This file was deleted.

Binary file removed cfg/codesigning.asc.enc
Binary file not shown.

0 comments on commit a982087

Please sign in to comment.