From 6ab73d50428c77e260cad3672413675f8589e8b5 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sat, 27 Mar 2021 15:58:56 +0100 Subject: [PATCH] WIP --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc85ab811..9eccd404d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,29 +66,29 @@ jobs: files: | webgoat-server/target/*.jar webwolf/target/*.jar - body: | - ## Version 8. + body: | + ## Version 8. - ### New functionality + ### New functionality - - test + - test - ### Bug fixes + ### Bug fixes - - [#743 - Character encoding errors](https://github.com/WebGoat/WebGoat/issues/743) + - [#743 - Character encoding errors](https://github.com/WebGoat/WebGoat/issues/743) - ## Contributors + ## Contributors - Special thanks to the following contributors providing us with a pull request: + Special thanks to the following contributors providing us with a pull request: - - Person 1 - - Person 2 + - Person 1 + - Person 2 - And everyone who provided feedback through Github. + And everyone who provided feedback through Github. - Team WebGoat + Team WebGoat env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release