ci: Adjust legacy triggers and versioning

This commit is contained in:
Jerome Laban 2023-06-29 15:55:08 -04:00
Родитель 618fc2e442
Коммит 9e5b8d51ed
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
- master
- stable
- release/stable/*
- legacy/*
paths:
include:
@ -20,6 +21,7 @@ pr:
- master
- stable
- release/stable/*
- legacy/*
paths:
include:

Просмотреть файл

@ -14,6 +14,14 @@ branches:
increment: Minor
is-source-branch-for: ['beta', 'stable']
legacy:
mode: ContinuousDeployment
regex: legacy/.*
tag: dev
increment: Minor
source-branches: ['master']
is-source-branch-for: ['beta', 'stable']
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
mode: ContinuousDeployment