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

Automate post-release steps #4231

Merged
merged 7 commits into from
Jan 3, 2025
Merged

Automate post-release steps #4231

merged 7 commits into from
Jan 3, 2025

Conversation

marcphilipp
Copy link
Member

@marcphilipp marcphilipp commented Jan 3, 2025

  • Add job for releasing the staging repository
  • Add job for publishing documentation
  • Add job for closing the GitHub milestone of the release
  • Add job for waiting for sync to Maven Central
  • Add job for updating samples after sync to Maven Central was successful
  • Add job for creating a GitHub release

New workflow

        ╭───────────────────────────────────╮ ╭─────────────────────────────────╮
        │ Verify artifacts are reproducible │ │ Verify artifacts are consumable │
        ╰───────────────────────────────────╯ ╰─────────────────────────────────╯
                                           ⬇
                             ╭────────────────────────────╮
                             │ Release staging repository │
                             ╰────────────────────────────╯
                                           ⬇
 ╭────────────────────────────────╮ ╭───────────────────────╮ ╭────────────────────────╮
 │ Wait for sync to Maven Central │ │ Publish documentation │ │ Close GitHub milestone │
 ╰────────────────────────────────╯ ╰───────────────────────╯ ╰────────────────────────╯
                                           ⬇
                      ╭────────────────╮ ╭───────────────────────╮
                      │ Update samples │ │ Create GitHub release │
                      ╰────────────────╯ ╰───────────────────────╯

@marcphilipp marcphilipp self-assigned this Jan 3, 2025
@marcphilipp marcphilipp force-pushed the marc/post-release-automation branch from 98edcac to 5156659 Compare January 3, 2025 13:45
@marcphilipp marcphilipp merged commit 8362ee8 into main Jan 3, 2025
15 checks passed
@marcphilipp marcphilipp deleted the marc/post-release-automation branch January 3, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant