File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,22 @@ options and configurators.
47
47
When creating a recipe, don't create bundle config files under
48
48
``config/packages/ `` when no options are set.
49
49
50
+ Updating Recipes
51
+ ----------------
52
+
53
+ When a recipe needs to be updated, we try to minimize the impact for the
54
+ current versions. Creating a new project with a set of dependencies should
55
+ always use the same recipes to avoid differences between the generated code and
56
+ the existing documentation, blog posts, videos for these versions.
57
+
58
+ As a rule of thumb, consider the same principles as semantic versioning:
59
+
60
+ * Only change an existing recipe for a version in case of a bug (typos,
61
+ mis-configuration, ...);
62
+
63
+ * If the change is about a new best practice or a different way of doing
64
+ something, do it for the next version of the dependency.
65
+
50
66
Options
51
67
-------
52
68
You can’t perform that action at this time.
0 commit comments