Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Jan 5, 2025
1 parent 0a07d32 commit 3e8dd11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/format-update-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ TARGET_NAME="build/libs/SkyHanni-${UPDATE_VERSION}-mc1.8.9.jar"

read -r -d '' extra_notes <<EOF
Modrinth download: https://modrinth.com/mod/skyhanni/version/${UPDATE_VERSION}
Do **NOT** trust any mod just because they publish a checksum associated with it. These check sums are meant to verify only that two files are identical. They are not a certificate of origin, or a guarantee for the author of these files.
sha256sum: \`$(sha256sum "${TARGET_NAME}"|cut -f 1 -d ' '| tr -d '\n')\`
md5sum: \`$(md5sum "${TARGET_NAME}"|cut -f 1 -d ' '| tr -d '\n')\`
EOF

extra_notes+="\n\n$(cat build/changelog-GITHUB.txt)"
Expand Down

0 comments on commit 3e8dd11

Please sign in to comment.