Skip to content

Commit

Permalink
Create empty workflow to start release train
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Dec 19, 2023
1 parent 88f0b20 commit d34abcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Start Release Train
on:
workflow_dispatch:
jobs:
create_release_pr:
name: Create release branch and bump version
runs-on: macos-latest
steps:
- run: echo "Creating release branch and bumping version"

0 comments on commit d34abcb

Please sign in to comment.