diff --git a/svc/versioning-bundle/1.0/config/packages/svc_versioning.yaml b/svc/versioning-bundle/1.0/config/packages/svc_versioning.yaml new file mode 100644 index 00000000..0e296423 --- /dev/null +++ b/svc/versioning-bundle/1.0/config/packages/svc_versioning.yaml @@ -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 diff --git a/svc/versioning-bundle/1.0/manifest.json b/svc/versioning-bundle/1.0/manifest.json new file mode 100644 index 00000000..dbb2ba39 --- /dev/null +++ b/svc/versioning-bundle/1.0/manifest.json @@ -0,0 +1,10 @@ +{ + "bundles": { + "Svc\\VersioningBundle\\SvcVersioningBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/svc/versioning-bundle/1.0/post-install.txt b/svc/versioning-bundle/1.0/post-install.txt new file mode 100644 index 00000000..986afd64 --- /dev/null +++ b/svc/versioning-bundle/1.0/post-install.txt @@ -0,0 +1 @@ + * Please adapt config/packages/svc-versioning.yaml (see doc)