You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for f in $(find . -name 'img-${{ env.RELEASE_VERSION }}.*' -print); do hub release edit ${{ env.RELEASE_VERSION }} -m '' -a $f; done
58
+
env:
59
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
+
61
+
# region See: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio
Copy file name to clipboardExpand all lines: data/changelog.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
{
41
41
"ver": "0.1.5",
42
42
"date": "2022-02-13",
43
-
"txt": "- Fix BUG-70, 71 and 72\n- (Fixed Typos/Added Tags)"
43
+
"txt": "- Fixed BUG-70, 71 and 72\n- (Fixed Typos/Added Tags)"
44
44
},
45
45
{
46
46
"ver": "0.1.6",
@@ -62,7 +62,7 @@
62
62
"ver": "0.3.0",
63
63
"title": "Random Access Memories",
64
64
"date": "2022-03-23",
65
-
"txt": "- Started Changelogs!\n- Removed nonsensical heightened data\n- Improved Initiative Tracker conditions menu\n- Added Combo Weapons from Guns & Gears\n- Converted all baseitems into new data structure\n- Changed the default Calendar in GM Screen to the Golarion calendar\n- Add full-page \"pf2-sidebar\" styles and \"entries\" entry\n- Added FEAT-96 and 102\n- Fixed archetype extra feats not being filtered correctly\n- Fix the patreon banner loading half of Patreon with it\n- Fixed BUG-86 and 87\n- Added gtags analytics\n- Add Lost Omens: World Guide to the Books page\n- Updated the navbar\n- Added a script to replace statblock references upon deployment\n- (Fixed Typos/Added Tags)"
65
+
"txt": "- Started Changelogs!\n- Removed nonsensical heightened data\n- Improved Initiative Tracker conditions menu\n- Added Combo Weapons from Guns & Gears\n- Converted all baseitems into new data structure\n- Changed the default Calendar in GM Screen to the Golarion calendar\n- Add full-page \"pf2-sidebar\" styles and \"entries\" entry\n- Added FEAT-96 and 102\n- Fixed archetype extra feats not being filtered correctly\n- Fixed the patreon banner loading half of Patreon with it\n- Fixed BUG-86 and 87\n- Added gtags analytics\n- Add Lost Omens: World Guide to the Books page\n- Updated the navbar\n- Added a script to replace statblock references upon deployment\n- (Fixed Typos/Added Tags)"
"txt": "- Fix Text Converter breaking on Feats without any actions attached\n- Start work on Strength of Thousands: Hurricane's Howl\n- (Typos/Tags)"
101
+
"txt": "- Fixed Text Converter breaking on Feats without any actions attached\n- Start work on Strength of Thousands: Hurricane's Howl\n- (Typos/Tags)"
102
+
},
103
+
{
104
+
"ver": "0.5.2",
105
+
"date": "2022-06-12",
106
+
"txt": "- Updated the production and release scripts with the mothersite, including Docker containers\n - Hopefully fixed serviceworker on production"
0 commit comments