+To trigger our release pipeline from Github UI, you can either close a milestone that has a valid version name (`vMAJOR.MINOR.PATCH`) or execute the release pipeline manually via the `workflow_dispatch` UI in the Action Tab (`Actions -> release-pipeline -> Run Workflow`). The release pipeline will automatically create a PR for the new version as well as a Github draft release. To finish the release, you need to merge the release PR into `main`, adapt the changelog in the draft release in the release section on Github, and, finally, publish the release.
0 commit comments