github projen/projen v0.40.0

latest releases: v0.81.4, v0.81.3, v0.81.2...
2 years ago

0.40.0 (2021-12-09)

⚠ BREAKING CHANGES

  • release: npmDistTag only effects publishing (and supported for each release branch) setting and so it is no longer set in package.json.
  • workflow.addJobsLater() is no longer supported. Use postSynthesis hooks and call .addJobs() as needed.
  • publish:xxxx tasks for automated releases are not defined by default since normally they should only be executed from within workflows. Set publishingTasks: true to create them.

Features

  • release: allow specifying npm dist-tag per branch (#1314) (78bf2e4)

Don't miss a new projen release

NewReleases is sending notifications on new releases.