Skip to content

Commit

Permalink
Merge branch 'feature/PFL-27-automated-releases' into release/0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Dec 20, 2023
2 parents ef65fa6 + e9f4b4d commit 9237e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/finish-release-train.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Finish Release Train

on: workflow_dispatch

env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Start Release Train

on:
workflow_dispatch:
inputs:
version_number:
description: 'Version number of the release'
type: string
required: true

env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8

concurrency:
group: start-release-train-${{ inputs.version_number }}
cancel-in-progress: true

jobs:
create_release_pr:
name: Create release branch and bump version
Expand Down

0 comments on commit 9237e54

Please sign in to comment.