Skip to content

Commit

Permalink
chore: update change log generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Oct 25, 2023
1 parent 7b69c57 commit 8c4fd8d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/generate_change_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@ while read line; do
fi
done < ${change_log_file}

LINUX_X86_64_BIN_SUM="$(checksum ./linux-x86_64-unknown-linux-gnu)"

OUTPUT=$(cat <<-END
## Changelog\n
${CHANGE_LOG}\n
## Checksums\n
| Assets | Sha256 Checksum |\n
| :-----------: |------------|\n
| near-firehose-indexer-linux-x86-64 | ${LINUX_X86_64_BIN_SUM} |\n
END
)

Expand Down

0 comments on commit 8c4fd8d

Please sign in to comment.