From 3435576355cd5d804b94ae410efbf6453a02af0a Mon Sep 17 00:00:00 2001 From: Sven Vetter Date: Wed, 4 Aug 2021 11:26:17 +0200 Subject: [PATCH] added recipe for SvcVersioningBundle --- .../1.0/config/packages/svc_versioning.yaml | 8 ++++++++ svc/versioning-bundle/1.0/manifest.json | 10 ++++++++++ svc/versioning-bundle/1.0/post-install.txt | 1 + 3 files changed, 19 insertions(+) create mode 100644 svc/versioning-bundle/1.0/config/packages/svc_versioning.yaml create mode 100644 svc/versioning-bundle/1.0/manifest.json create mode 100644 svc/versioning-bundle/1.0/post-install.txt 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)