From 9299ba78d3cf0a430e3235181d937949fef2593d Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 5 Jul 2022 19:34:53 -0700 Subject: [PATCH] We use a v prefix for tags --- docs/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 5863405..22fde28 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -11,7 +11,7 @@ Make sure to push that commit to `origin`. Tag the release with the version in `package.json` and push the tags. For example: ```bash -git tag 0.5.5 +git tag v0.5.5 git push --tags ```