mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
added recipe for SvcVersioningBundle
This commit is contained in:
@@ -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
|
||||
10
svc/versioning-bundle/1.0/manifest.json
Normal file
10
svc/versioning-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Svc\\VersioningBundle\\SvcVersioningBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
1
svc/versioning-bundle/1.0/post-install.txt
Normal file
1
svc/versioning-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Please adapt config/packages/svc-versioning.yaml (see doc)
|
||||
Reference in New Issue
Block a user