* **cleanup:** file pruning is too heavy handed ([1306](https://github.com/projen/projen/issues/1306)) ([7918958](https://github.com/projen/projen/commit/79189586062f45910b776380d5bdb3d13ccf8ab3)), closes [#1265](https://github.com/projen/projen/issues/1265)
* **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](https://github.com/projen/projen/issues/1314)) ([78bf2e4](https://github.com/projen/projen/commit/78bf2e41075b74541f6706dd563acf874a6e53ad))
* **awscdk-app-ts:** srcdir and testdir are not configurable ([1304](https://github.com/projen/projen/issues/1304)) ([4d2d4c2](https://github.com/projen/projen/commit/4d2d4c22c80444ffd715ff32b2bb2fe0f6bd5102))