Skip to content

Commit

Permalink
0.5.82
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Nov 14, 2024
1 parent 0014528 commit 906a0cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit 906a0cc

Please sign in to comment.