Skip to content

Commit

Permalink
Add info on how to provide feedback for hou plus
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Feb 8, 2024
1 parent 42908f7 commit ea95021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Run Build and Deploy Script
run: python build.py

- name: Release (tag)
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
# if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
with:
files: |
*.json
Expand Down
1 change: 1 addition & 0 deletions Hou Plus.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ <h3><div style="text-align: center">
<p>Hou Plus has been <span style="color: red">released for testing</span> (around 2024/02/07).<br></p>
<p>Expect to see some <strong>bugs</strong> at this early stage of testing - we will fix them as we get more feedback from players.</p>
<p>Please note that <strong>Original/Ryukishi Sprites and Backgrounds are not yet available.</strong></p>
<p>Please provide feedback and bug reports on the <a href="https://github.com/07th-mod/hou-plus/issues">Hou Plus Github Issues Page</a>, or on our <a href="https://discord.gg/pf5VhF9">Discord</a> in the <strong>#higu_support</strong> channel</p>
</div>
<br>
<hr>
Expand Down

0 comments on commit ea95021

Please sign in to comment.