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