Skip to content

Commit

Permalink
Merge pull request #220 from H2-invent/feature/improve_action_release
Browse files Browse the repository at this point in the history
Improve Release action
  • Loading branch information
holema authored Aug 31, 2023
2 parents ad55c15 + 6384509 commit f0da4bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
prerelease: false
release_name: Release ${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}
body_path: RELEASE_NOTE.md

- uses: actions/download-artifact@v3
with:
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release 4.0.0

## Neue Funktionen und Verbesserungen
* In den TOM Formularen können jetzt die technischen und organisatorischen Maßnahmen mit einem WYSIWYG Editor beschrieben werden. (https://github.com/H2-invent/open-datenschutzcenter/pull/217)
* Der neue Assistent unterstützt beim Erstellen von Verarbeitungen und allen notwendigen Datensätzen. Dieser Assistent erleichtert die Erfassung von neuen Verarbeitungen. (https://github.com/H2-invent/open-datenschutzcenter/pull/204)
* Ab sofort können Datenschutzelemente von einem Team in Kinderteams vererbt werden. (https://github.com/H2-invent/open-datenschutzcenter/pull/205)

## Bug fixes


## Update Anleitung

0 comments on commit f0da4bd

Please sign in to comment.