Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor release process #15396

Open
pchan opened this issue Mar 2, 2023 · 1 comment
Open

Refactor release process #15396

pchan opened this issue Mar 2, 2023 · 1 comment

Comments

@pchan
Copy link
Contributor

pchan commented Mar 2, 2023

What would you like to be added?

Currently releases are done using scripts (scripts/release.sh). The script is also used for testing. This issue tracks moving releases to targets in Makefile as follows.

 make release
 make test-release
 make publish-release

This involves refactoring the current release.sh file which is used to do a release.

Why is this needed?

The release process sits in one monolith script, which does everything, flags are used to skip steps that will be performed during an actual release (like pushing to git). By modularizing it we can create a clean flow. See #15350 (comment) and #15350 (comment) for details.

See #15350 for more details.

cc: @ahrtr @serathius

@stale
Copy link

stale bot commented Aug 12, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant