Skip to content

Releases: opencdk8s/projen

v0.18.0

18 May 22:22
7454422
Compare
Choose a tag to compare

0.18.0 (2021-05-18)

⚠ BREAKING CHANGES

  • github: the GitHub Workflow triggers and job
    keys now use camelCase instead of snake_case or
    kebab-case.

Features

  • github: better typing around GitHub workflows (#739) (b456087), closes #805
  • node-project: codeowners file (9769d08)

Bug Fixes

  • cli: false value for interactive flag gets ignored in start command (#803) (43fb3a4), closes #771