From 418551020e9ff409878ca2c06944f03098d0f126 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Mon, 19 Feb 2024 19:09:16 +1100 Subject: [PATCH] Fix incorrect plural (#1310) --- docs/snapshot-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snapshot-releases.md b/docs/snapshot-releases.md index fb4e5520e..9de26d08f 100644 --- a/docs/snapshot-releases.md +++ b/docs/snapshot-releases.md @@ -24,7 +24,7 @@ This will instead update versions to `0.0.0-bulbasaur-THE_TIME_YOU_DID_THIS` ## Publishing your packages -After running the `yarn changeset version` command, you can use the `changeset publish --tag bulbasaur` command to releases the packages. By using the `--tag` flag, you will not add it to the `latest` flag on npm. This is REALLY IMPORTANT because if you do not include a tag, people installing your package using `yarn add your-package-name` will install the snapshot version. +After running the `yarn changeset version` command, you can use the `changeset publish --tag bulbasaur` command to release the packages. By using the `--tag` flag, you will not add it to the `latest` flag on npm. This is REALLY IMPORTANT because if you do not include a tag, people installing your package using `yarn add your-package-name` will install the snapshot version. ## Using the `--no-git-tag` flag