From 04908a81e7342a15ffd881fa6981ef60e555e76c Mon Sep 17 00:00:00 2001 From: Nanne Baars <nanne.baars@owasp.org> Date: Thu, 5 Jan 2023 21:51:45 +0100 Subject: [PATCH] Add change log URL --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aea1fe86a..19e2596d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,8 @@ jobs: ### Bug fixes - [#743 - Character encoding errors](https://github.com/WebGoat/WebGoat/issues/743) + + Full change log: https://github.com/WebGoat/WebGoat/compare/${{ steps.tag.outputs.tag }}...${{ steps.tag.outputs.tag }} ## Contributors