Explain the new releases workflow

This commit is contained in:
Bassem Dghaidi
2026-03-16 08:29:53 -07:00
committed by GitHub
parent 22d35395d4
commit 73bdb59ac2
2 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ on:
type: string
required: false
default: 'latest'
description: 'npm dist-tag for the release. Use "latest" for main branch releases. For non-main branches, use the package major version (e.g. "v5") to avoid overwriting the latest tag.'
description: 'npm dist-tag for the release. Use "latest" for main branch releases. For non-main branches, use a non-semver tag like "v1-longlived". Semver values (e.g. "5.0.0") are not valid dist-tags and will be rejected by npm.'
test-all:
type: boolean
required: false