You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releasing a new SDK version has an 18-step process. It seems as though this could be simplified a bit using make recipes, or a possibly using a tool like goreleaser.
The text was updated successfully, but these errors were encountered:
update RELEASING.md to reflect new steps we're introducing for the OSS license process
where possible, create make targets for the steps in RELEASING.md
see if we can make the tagging steps a bit less cumbersome
look into whether drafting the release using the github UI is the best approach - the auto-generated release notes have been a great starting point for previous release notes
look into whether letting the github UI create the tag for us is the best approach
Releasing a new SDK version has an 18-step process. It seems as though this could be simplified a bit using make recipes, or a possibly using a tool like
goreleaser
.The text was updated successfully, but these errors were encountered: