Skip to content

Commit

Permalink
0.5.41
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Sep 13, 2024
1 parent 2dcf07c commit 85363a9
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: Consolidated, cleaned up, and improved Region Movement validation for automations like Black Tentacles, Caltrops, etc. Added a helper dialog for Ritual Spellcasting. Some other small bugfixes I cant remember" >> release_notes.txt
echo "- Bugfixes:" >> release_notes.txt
echo " - Dimension Door: Added token size check, fixed animation not clearing when cancelling placement." >> release_notes.txt
echo " - Torch: Fix torch being re-lightable when no uses are remaining." >> release_notes.txt
echo " - Ball Bearings: Fix errant token movement on save failure." >> release_notes.txt
echo "- General: Fix a few region movement validation bugs left in from the previous release" >> 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 85363a9

Please sign in to comment.