From 420f8e8f24e46233a19669d87070b80a7f8b41c9 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Sun, 19 Feb 2023 12:40:59 -0500 Subject: [PATCH] docs: update release guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4164126..a2bfde5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -184,7 +184,7 @@ git commit -m "v$(jq -r '.version' package.json)" git tag "v$(jq -r '.version' package.json)" # 4. Push branch and tag, then publish -git push master [tag] +git push origin master [tag] yarn publish # 5. Generate release notes on GitHub, and comment on issues and pull requests