opengov-cli
opengov-cli copied to clipboard
Extend build-upgrade to pull the release notes from the Github API
Closes #39
This PR implements the following features:
- Fetch the latest release notes from the GitHub API.
- Extract the published WASM hash from the release notes.
- Compare the published hash to the built WASM hash for validation.
- Print the release notes and a link to the release in stdout for user reference.