Skip to content

Commit 552493b

Browse files
author
Florian Wagner
committed
adhere to comments and add spelling fixes
Signed-off-by: Florian Wagner <[email protected]>
1 parent 8decd6c commit 552493b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ git tag
1717
```code
1818
git push origin <tag>
1919
```
20-
- Check workflow `releases.yml` should trigger
21-
- Once completed, go to repo releases page and edit the newly created release as `pre-release`, so we can do sanity testig before we officicaly release
20+
- Check that workflow [`releases.yml`](https://github.com/actions/actions-sync/actions/workflows/releases.yml) was triggered
21+
- Once completed, [go to repo releases page](https://github.com/actions/actions-sync/releases) and edit the newly created release as `pre-release`, so we can do sanity testing before we officially release
2222
- Recommend to do basic sanity testing (see below) on the new release.
23-
- Once sanity testing is done, we can edit the releas and mark it as `Latest version` and edit the release notes.
23+
- Once sanity testing is done, we can edit the release and mark it as `Latest version` and edit the release notes.
2424

2525
## Basic Sanity testing
2626

@@ -35,6 +35,6 @@ git push origin <tag>
3535

3636
- sanity_test_site_admin_token: The PAT generated earlier
3737
- sanity_test_ghes_url: The URL to the GHES instance
38-
- sanity_test_releasedatetime: The datetime string for the release to test without the `v` (e.g. `202211070205`)
38+
- sanity_test_releasedatetime: The tag datetime string for the release to test without the `v` (e.g. `202211070205`)
3939

4040
1. Manually trigger this workflow: https://github.com/actions/actions-sync/actions/workflows/actions-sync-e2e-test-caller.yml

0 commit comments

Comments
 (0)