From 7970fa46a4e5fa977e17586b8f9addac75af1f89 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:30:02 -0400 Subject: [PATCH] Add note to update the #fleet channel's topic in Releasing Fleet documentation (#482) --- docs/3-Contribution/5-Releasing-Fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-Contribution/5-Releasing-Fleet.md b/docs/3-Contribution/5-Releasing-Fleet.md index b31fa9c3a6..f9eef59495 100644 --- a/docs/3-Contribution/5-Releasing-Fleet.md +++ b/docs/3-Contribution/5-Releasing-Fleet.md @@ -57,7 +57,7 @@ make docker-push-release 6. Publish the new version of `fleetctl` on NPM. Run `npm publish` in the [fleetctl-npm](../../tools/fleetctl-npm/) directory. Note that NPM does not allow replacing a package without creating a new version number. Take care to get things correct before running `npm publish`! -7. Announce the release in the #fleet channel of [osquery Slack](https://osquery.slack.com/join/shared_invite/zt-h29zm0gk-s2DBtGUTW4CFel0f0IjTEw#/). Using `@here` requires admin permissions, so typically this announcement will be done by `@zwass`. +7. Announce the release in the #fleet channel of [osquery Slack](https://osquery.slack.com/join/shared_invite/zt-h29zm0gk-s2DBtGUTW4CFel0f0IjTEw#/) and update the channel's topic with the link to this release. Using `@here` requires admin permissions, so typically this announcement will be done by `@zwass`. Announce the release via blog post (on Medium) and Twitter (linking to blog post).