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

Divide release into separate jobs #511

Closed
abhinayagarwal opened this issue Jul 22, 2024 · 0 comments · Fixed by #512
Closed

Divide release into separate jobs #511

abhinayagarwal opened this issue Jul 22, 2024 · 0 comments · Fixed by #512
Assignees

Comments

@abhinayagarwal
Copy link
Collaborator

The release process currently does the following:

  1. Release to nexus
  2. commits next development version
  3. updates various dependent projects
  4. creates release notes

Initially all the steps were combined in a single job. These are be broken down into multiple jobs, where the last 3 depends on the "Release" job.

Dividing it into different jobs makes it easier for us to manually execute any job which failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant