You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,27 @@ This is used along with [`actions/deploy-pages`](https://github.com/actions/depl
10
10
11
11
See [action.yml](action.yml)
12
12
13
-
# License
13
+
# Release instructions
14
+
15
+
In order to release a new version of this Action:
16
+
17
+
1. Locate the semantic version of the [upcoming release][release-list] (a draft is maintained by the [`draft-release` workflow][draft-release]).
18
+
19
+
2. Prepare a pull request to update [`action.yml`][action.yml] to reference the incoming version
20
+
21
+
3. 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:
22
+
23
+
4. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v1`.
24
+
25
+
⚠️ Environment approval is required. Check the [Release workflow run list][release-workflow-runs].
26
+
27
+
## License
14
28
15
29
The scripts and documentation in this project are released under the [MIT License](LICENSE).
0 commit comments