algorand / go-algorand-sdk

Algorand Golang SDK
https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2
MIT License
185 stars 95 forks source link

CICD: Remove reviewers and add checks for pull request creation #561

Closed algobarb closed 1 year ago

algobarb commented 1 year ago

Summary

  1. "Enhancement" sub-header should be "Enhancements" in the release notes
  2. The ${RELEASE_TAG} is redundant when you add a title to the release. Removing release tag here aligns with our previous releases.
  3. Authors in the Release notes should be prefaced with a @
  4. Add Team Hyper Flow to the PRs so we can easily track and make sure PRs get merged and not forgotten
  5. Remove team reviewers
  6. Add check for pull request creation
  7. Fixed the Changelog update as this sdk's changelog is different from Python's.

Testing

Tested workflow in a separate repo.