Skip to content

Release 0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 May 09:44
· 135 commits to e34778260e674a057d79933da7592595559de9e9 since this release
  • Add Contentful support

Breaking changes

  • is_software_component has been replaced by the integrations settings
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.