From bd8742f2f2dd9ace4e72174807fa990dd9415d8d Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:47:31 +0100 Subject: [PATCH] Added closing milestone step to Android release process (#47157) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- android/RELEASE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/android/RELEASE.md b/android/RELEASE.md index aa4b3e13e6..d9a010ada6 100644 --- a/android/RELEASE.md +++ b/android/RELEASE.md @@ -143,3 +143,17 @@ git push origin bring-fleetd-android-v1.X.X-to-main Then open a PR to merge `bring-fleetd-android-v1.X.X-to-main` into `main`. This brings the version bump and CHANGELOG updates to main and removes only the changelog entries that were processed in the RC, preserving any new entries added to main after the RC branch was cut. + +## 9. Conclude the milestone + +After the release is published, close out the associated GitHub issues and milestone. For the canonical checklist, see [Conclude current milestone](https://fleetdm.com/handbook/engineering/releases#conclude-current-milestone): + +1. **Move associated stories to the Drafting board**: Stories may not be on the [Drafting](https://github.com/orgs/fleetdm/projects/67) board (project 67) yet. For each `story`-labeled issue in the `fleetd-android-v1.X.X` milestone, apply the `:product` label and remove the `:release` label so it moves onto the product drafting board. + +2. **Move associated stories to "Confirm and celebrate"**: On the [Drafting](https://github.com/orgs/fleetdm/projects/67) board, filter by the `fleetd-android-v1.X.X` milestone, and move all stories to the "Confirm and celebrate" column. Product will close these issues during their [confirm and celebrate ritual](https://fleetdm.com/handbook/product#rituals). [Engineering-initiated stories](https://fleetdm.com/handbook/engineering#create-an-engineering-initiated-story) (`~engineering-initiated` label) can be closed without confirm and celebrate. + +3. **Close associated bugs**: Close the remaining (non-story) issues in the `fleetd-android-v1.X.X` milestone. + +4. **Close the GitHub milestone**: Visit [GitHub's milestone page](https://github.com/fleetdm/fleet/milestones) and close the `fleetd-android-v1.X.X` milestone. + +5. **Announce**: Announce that the release milestone has been closed in #help-engineering.