From 6166a4967a259f4cf783aabb0d0b63280b7ef172 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 22 Oct 2024 12:22:53 -0500 Subject: [PATCH] Update patch release instructions (#22831) --- tools/release/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tools/release/README.md b/tools/release/README.md index 7612df55ef..da5210c440 100644 --- a/tools/release/README.md +++ b/tools/release/README.md @@ -69,22 +69,23 @@ LinkedIn post: https://www.linkedin.com/feed/update/urn:li:activity:719950989670 ## Patch Release (middle of sprint / critical) -example ``` # Build release candidate and changelogs and QA ticket ./tools/release/publish_release.sh + # Do QA until ready to release # QA is passed on all teams and ready for release # Tag patch ./tools/release/publish_release.sh -g + # Publish patch ./tools/release/publish_release.sh -u + +# Make sure to wait for the CLI to open NPM to publish fleetctl. +# If that fails, manually publish by going to the `/tools/fleetctl-npm/` directory +# and running `npm publish` + # Go update osquery-slack version ``` - -... -TODO example output -... -