From 795cfb33111bb7a19e5d6f81ba27d5cb760942e7 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Tue, 21 Apr 2026 00:54:52 -0700 Subject: [PATCH] docs(maintainers): release note troubleshooting and milestone steps --- .github/maintainers_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/maintainers_guide.md b/.github/maintainers_guide.md index 3a7f14ad2..8e6b7999d 100644 --- a/.github/maintainers_guide.md +++ b/.github/maintainers_guide.md @@ -125,6 +125,7 @@ These `-SNAPSHOT` versions are intended to be overwritten. This enables develope * `git push && git push --tags` * Publish to Maven Central * Start and approve the [release workflow](https://github.com/slackapi/java-slack-sdk/actions/workflows/release.yml) using `workflow_dispatch` on `main` + * Follow the workflow logs and [publishing](https://central.sonatype.com/publishing/deployments) step with patience to start debugging if errors appear * Create a GitHub Release * Open https://github.com/slackapi/java-slack-sdk/releases/new?tag=v${version} * [Look at previous releases](https://github.com/slackapi/java-slack-sdk/releases) and follow their layouts @@ -136,6 +137,7 @@ These `-SNAPSHOT` versions are intended to be overwritten. This enables develope * `scripts/set_version.sh (next patch version)-SNAPSHOT` (e.g., `scripts/set_version.sh 1.0.1-SNAPSHOT`) * `git add . -v && git commit -m 'Start next version'` * `git push` + * Close the [current GitHub milestone](https://github.com/slackapi/java-slack-sdk/milestones) and open a new one for the next version ## Workflow