From c3c652dd8a915b79bc17e2879ad2fb65fad67e66 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Fri, 13 Jan 2023 15:37:42 -0500 Subject: [PATCH] chore: add manual announcement step --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0de228a9..91e58ff9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -182,4 +182,6 @@ git tag "v$(jq -r '.version' package.json)" # 4. Push files, then publish git push npm publish + +# 5. Generate release notes on GitHub, and comment on issues and pull requests ```