| 1 | /* eslint-disable camelcase */ |
| 2 | /** |
| 3 | * Merges all the to be released commits into the v6 branch and pushes it to the remote. |
| 4 | * The push will then trigger the release process via the GitHub Action workflow. |
nothing calls this directly
no test coverage detected