From 906a0cc64c9138fc2d92731bf4e35fcdeb3fe21b Mon Sep 17 00:00:00 2001 From: Gambit Date: Thu, 14 Nov 2024 13:19:31 -0500 Subject: [PATCH] 0.5.82 --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c09c8f..9d253b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,11 +18,7 @@ jobs: - name: Set Release Notes for Github id: set-release-notes-github run: | - echo "- General: Removed Template Preview Tool from the module. The tool has been improved and moved into its own module which you can access here: https://github.com/gambit07/gambitsTemplatePreviewer" >> release_notes.txt - echo "- Updates:" >> release_notes.txt - echo " - Cutting Words: Add handling for a custom scifi conversion class" >> release_notes.txt - echo "- Bugfixes:" >> release_notes.txt - echo " - Silvery Barbs: Fix renaming the spell causing dialog to close immediately" >> release_notes.txt + echo "- General: Removed Template Preview Tool from the module. The tool has been improved and moved into its own module which you can access here: https://github.com/gambit07/gambitsTemplatePreviewer (Now also removed the setting)" >> release_notes.txt echo "release-notes-github<> $GITHUB_ENV cat release_notes.txt >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV