Skip to content

Commit

Permalink
Merge branch 'main' into lp-remove-old-versicherer
Browse files Browse the repository at this point in the history
  • Loading branch information
dos-meta authored Mar 22, 2021
2 parents 04d5ae8 + 36b69f6 commit d5b5b24
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version-template: '$MAJOR.$MINOR.$PATCH'
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
change-template: '- $TITLE (#$NUMBER)'
template: |
## What’s Changed
$CHANGES
...
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Release Drafter
on:
push:
branches:
- main

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...
1 change: 0 additions & 1 deletion beispiele/example-annahme-erfolgreich.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ Der Tilgungsplan ist teilweise gekürzt dargestellt.
},
"dokumente": [
{
"bezeichnung": "Darlehensvertrag",
"dateiname": "Darlehensvertrag.pdf",
"base64pdf": "foobar8765436765765454565675",
"sichtbarkeit": {
Expand Down
1 change: 0 additions & 1 deletion beispiele/example-annahme-mit-downselling.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ Der Tilgungsplan ist teilweise gekürzt dargestellt.
},
"dokumente": [
{
"bezeichnung": "Darlehensvertrag",
"dateiname": "Darlehensvertrag.pdf",
"base64pdf": "foobar8765436765765454565675",
"sichtbarkeit": {
Expand Down
9 changes: 6 additions & 3 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ definitions:
type: string
anrede:
$ref: '#/definitions/anrede'
required:
- partnerId
- firma
- vorname
- nachname
- anrede

anrede:
type: string
Expand Down Expand Up @@ -1224,8 +1230,6 @@ definitions:
dokument:
type: object
properties:
bezeichnung:
type: string
dateiname:
type: string
base64pdf:
Expand All @@ -1234,7 +1238,6 @@ definitions:
sichtbarkeit:
$ref: '#/definitions/dokumentsichtbarkeit'
required:
- bezeichnung
- dateiname
- base64pdf
- sichtbarkeit
Expand Down

0 comments on commit d5b5b24

Please sign in to comment.