From 7ed5e2ba925f956a8986446c9458dfef5020c0b1 Mon Sep 17 00:00:00 2001 From: Ties Date: Wed, 10 Nov 2021 19:10:57 +0100 Subject: [PATCH] Include note about tag notes --- docs/usage/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 38e2213cde..cf08ff5964 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -158,6 +158,8 @@ If the previous releases were published with [`npm publish`](https://docs.npmjs. For example, if your release branch is `master`, the last release published on your project is `1.1.0` and the last commit included has the sha `1234567`, you must make sure this commit is in `master` history and is tagged with `v1.1.0`. +**Note:** pre-release channels also require a note to be attached to the version tag, so how to add these manually [here](https://semantic-release.gitbook.io/semantic-release/support/troubleshooting#release-not-found-release-branch-after-git-push-force) (step 3 & 4) + ```bash # Make sure the commit 1234567 is in the release branch history $ git branch --contains 1234567