Skip to content

Commit 75c1124

Browse files
authored
Merge pull request #67 from actions/release-process-updates
Update release process in README
2 parents 1352fce + 766cde6 commit 75c1124

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ There are a few important considerations to be aware of:
6666

6767
In order to release a new version of this Action:
6868

69-
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:
69+
1. Locate the semantic version of the [upcoming release][release-list] (a draft is maintained by the [`draft-release` workflow][draft-release]).
7070

71-
2. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v1`.
71+
2. 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:
72+
73+
3. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v1`.
7274

7375
⚠️ Environment approval is required. Check the [Release workflow run list][release-workflow-runs].
7476

@@ -81,5 +83,7 @@ The scripts and documentation in this project are released under the [MIT Licens
8183
[upload-pages-artifact]: https://github.com/actions/upload-pages-artifact
8284
[artifacts]: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
8385
[environment-protection]: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-protection-rules
86+
[release-list]: https://github.com/actions/deploy-pages/releases
87+
[draft-release]: .github/workflows/draft-release.yml
8488
[release]: .github/workflows/release.yml
85-
[release-workflow-runs]: https://github.com/actions/deploy-pages/actions/workflows/release.yml
89+
[release-workflow-runs]: https://github.com/actions/deploy-pages/actions/workflows/release.yml

0 commit comments

Comments
 (0)