mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
9 lines
235 B
YAML
9 lines
235 B
YAML
# 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
|