Skip to content

Commit 7926b1d

Browse files
Merge pull request #247 from chef/sean-simmons-progress/CreateReleaseBranch
adding release branch configuration
2 parents 6057204 + 9b3aea8 commit 7926b1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.expeditor/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ slack:
99
rubygems:
1010
- chef-cli
1111

12+
release_branches:
13+
- workstation-LTS:
14+
version_constraint: 1.*
15+
- main:
16+
version_constraint: 5.*
17+
1218
github:
1319
# This deletes the GitHub PR branch after successfully merged into the release branch
1420
delete_branch_on_merge: true

0 commit comments

Comments
 (0)