From 84346747a36c5e3f2459cd57727c0d868e6c2a6c Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 24 Aug 2022 10:55:10 -0700 Subject: [PATCH] v1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b53d1d4..af60291 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ In order to release a new version of this Action: 1. Publish the draft release from the `main` branch with semantic version as the tag name, _with_ the checkbox to publish to the GitHub Marketplace checked. :ballot_box_with_check: -2. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v0`. +2. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v1`. ⚠️ Environment approval is required. Check the [Release workflow run list][release-workflow-runs].