From 53a48b538c6440a1d84c87bebc78aa21f04d39ba Mon Sep 17 00:00:00 2001 From: David I Date: Thu, 26 Oct 2023 19:18:00 -0400 Subject: [PATCH] adding release notes --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c3cfd6..c2dc6c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -121,7 +121,10 @@ jobs: release_name: Release ${{ env.NEW_VERSION }} draft: false prerelease: false - + body: | + Release Notes: + - In this release, CVE(s) are added to the specific ports in the diagrams if CVE(s) are detected in the NMAP results. + - Only XML NMAP formats are now supported. - name: Upload Release Assets if: github.event.pull_request.merged == true run: |