examples pdeps
This commit is contained in:
parent
702ae114f3
commit
1196b2b218
22
.pdeps.yml
Normal file
22
.pdeps.yml
Normal file
@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 mode: yaml -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
||||
|
||||
branch: php74
|
||||
flows:
|
||||
php74:
|
||||
develop: php74
|
||||
feature: wip74/
|
||||
release: rel74-
|
||||
main:
|
||||
name: dist74
|
||||
tag_suffix: p74
|
||||
hotfix: hotfix74-
|
||||
php82:
|
||||
develop:
|
||||
name: php82
|
||||
merge: php74
|
||||
feature: wip82/
|
||||
release: rel82-
|
||||
main:
|
||||
name: dist82
|
||||
tag_suffix: p82
|
||||
hotfix: hotfix82-
|
13
bin_wip/dot-pdeps.yml
Normal file
13
bin_wip/dot-pdeps.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 mode: yaml -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
||||
|
||||
branch: develop
|
||||
flows:
|
||||
default:
|
||||
develop: develop
|
||||
feature: wip/
|
||||
release: release-
|
||||
main:
|
||||
name: master
|
||||
tag_prefix: null
|
||||
tag_suffix: null
|
||||
hotfix: hotfix-
|
Loading…
Reference in New Issue
Block a user