Skip to content

Supported TMS 5.0. (#145) #109

Supported TMS 5.0. (#145)

Supported TMS 5.0. (#145) #109

Workflow file for this run

name: "Create draft release"
on:
push:
branches: [ "main" ]
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}