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

Make the release process fully happen within GitHub Actions #11626

Open
4 of 18 tasks
Tracked by #11624
mx-psi opened this issue Nov 8, 2024 · 0 comments
Open
4 of 18 tasks
Tracked by #11624

Make the release process fully happen within GitHub Actions #11626

mx-psi opened this issue Nov 8, 2024 · 0 comments

Comments

@mx-psi
Copy link
Member

mx-psi commented Nov 8, 2024

We want to automate the release process using Github Actions. We can do this step by step:

Releasing opentelemetry-collector:

  • Automate release Step 1: make update-otel
  • Automate release Step 2: deciding whether a release for stable modules is needed
  • Step 3 is automated
  • Automate release Step 4: pushing release branch
    • This may not be possible because of GHA permissions
  • Automate release Step 5: pushing tags
    • This may not be possible because of GHA permissions
  • Step 6 is not applicable
  • Automate release Step 7: adding changelog contents to Github release

Releasing opentelemetry-collector-contrib:

  • Automate contrib release Step 1: Bumping version
  • Step 2 is automated
    • Automate halting merging in core with a CI check
  • Automate contrib release Step 3: pushing release branch
    • This may not be possible because of GHA permissions
  • Automate contrib release Step 4: pushing tags
    • This may not be possible because of GHA permissions
  • Step 5 is not applicable
  • Automate contrib release Step 6: adding changelog contents to Github release

Producing the artifacts:

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

No branches or pull requests

1 participant