Release 0.4.0
·
135 commits
to e34778260e674a057d79933da7592595559de9e9
since this release
- Add Contentful support
Breaking changes
is_software_componenthas been replaced by theintegrationssettings
components:
- name: my-product-types
source: git::ssh://[email protected]/example/product-types/my-product-types.git
version: 81cd828
is_software_component: false
becomes
components:
- name: my-product-types
source: git::ssh://[email protected]/example/product-types/my-product-types.git
version: 81cd828
integrations: ["commercetools"]
or integrations: [] if no integrations are needed at all.