From ba7f56691df74e24f080e41b2aae8889372e2ea9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 12 Oct 2021 13:54:04 -0600 Subject: [PATCH] Push the tag (not all tags) --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index f4e3c74..e6cb058 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -55,7 +55,7 @@ Tag the release: git tag -a v3.1.0 -m '3.1.0' # push the tag - git push --tags openlayers + git push openlayers v3.1.0 ### Publish to npm