File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 ` .
50502 . 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 ```
57554 . Update the rolling major version tag:
You can’t perform that action at this time.
0 commit comments