Skip to content

Commit 2352a06

Browse files
committed
chore: resolve comment
1 parent 3b66747 commit 2352a06

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ This should open a PR on the [test action repository](https://github.com/speakea
4646

4747
# Releasing
4848

49-
1. Merge your changes to `main`.
49+
1. Make your last change and commit it. Open a PR and get it merged to `main`.
5050
2. Run `./scripts/update-refs.sh` to pin all internal workflow refs to the latest commit SHA on `main`. Get this merged to `main` via a PR.
51-
3. Once the refs PR is merged, tag `main` with the appropriate semver tag and create a release on GitHub:
51+
3. Create a release on GitHub (this creates the semver tag automatically):
5252
```bash
53-
git tag v15.x.x
54-
git push --tags
5553
gh release create v15.x.x --generate-notes
5654
```
5755
4. Update the rolling major version tag:

0 commit comments

Comments
 (0)