cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

Automated Cosmos Tag/Releaser

Open technicallyty opened this issue 7 months ago • 2 comments

Build a gh action tool that automates the tagging process. It should work as follows:

  • User opens changelog prep PR for module they wish to update. (add label "tag-me" or whatever)
  • when this PR merges, the action should make a tag for that library, and then open a PR to replace all go mod replaces with the tagged version (except for a select few modules that we always want to have replaces i.e., tests/ should always replace SDK)

technicallyty avatar May 14 '25 17:05 technicallyty

@technicallyty done?

aljo242 avatar Jun 04 '25 20:06 aljo242

we should schedule a call for integrating it into CI. ive tested it manually in a separate repo and got it working, but should have more eyes on how it works

technicallyty avatar Jun 04 '25 21:06 technicallyty