added recipe for SvcVersioningBundle

This commit is contained in:
Sven Vetter
2021-08-04 11:26:17 +02:00
parent decdb814f6
commit 3435576355
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# configuration for "SvcVersioningBundle", see doc for more parameters
svc_versioning:
# Should git runs after version increase?
run_git: false
# Should deploy runs after git?
run_deploy: false

View File

@@ -0,0 +1,10 @@
{
"bundles": {
"Svc\\VersioningBundle\\SvcVersioningBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

View File

@@ -0,0 +1 @@
* Please adapt config/packages/svc-versioning.yaml (see doc)