- Notifications
You must be signed in to change notification settings - Fork387
Tags: projen/projen
Tags
v0.91.18
fix(deps): upgrade bundled dependencies (#4139)Upgrades project dependencies. See details in [workflow run].[Workflow Run]:https://github.com/projen/projen/actions/runs/13899071523------*Automatically created by projen via the "upgrade-bundled-main" workflow*Signed-off-by: github-actions <github-actions@github.com>Co-authored-by: github-actions <github-actions@github.com>
v0.91.14
feat: add steps to a task (#4112)* feat: add steps to a taskWe supported `updateStep()` and `removeStep()` already on Tasks,but not `insertStep()` yet. Add that as well.* chore: self mutationSigned-off-by: github-actions <github-actions@github.com>---------Signed-off-by: github-actions <github-actions@github.com>Co-authored-by: github-actions <github-actions@github.com>
v0.91.12
feat(typescript): subclasses of `TypeScriptProject` can customize tsc…… compiler default options (#4091)* Move ts config component into ts folder* Move ts compiler options into ts config component, make writeable* Move DefaultCompilerOptions back to TypeScriptProject, remove static* move ts-config test to ts folder, follow class variable name cammel case* Set defaultCompilerOptions to protected* Use protetected fn to return default TS compilier options* move location of getDefaultTsCompilerOptions fn* fn name to defaultTypeScriptCompilerOptions* do not move file* revert move* revert move---------Co-authored-by: Dzuelu <24203504+Dzuelu@users.noreply.github.com>Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
v0.91.11
fix(bump): output of nextVersionCommand is ignored if there are 0 new…… commits (#4088)The `nextVersionCommand` script should have full control over whether aversion bump gets executed or not, but currently there is logic thatdecides that if there are 0 commits since the last tag, the bump willalways be skipped.Change that to take the output of the `nextVersionCommand` script intoaccount.---------Signed-off-by: github-actions <github-actions@github.com>Co-authored-by: github-actions <github-actions@github.com>
v0.91.10
feat(release): `ReleaseTrigger.workflowDispatch` (#4081)* feat: ReleaseTrigger.workflowDispatchI want to be able to trigger a release only by starting a workflow onGitHub, and nothing else.The `manual` trigger implies a task I need to run from a working copy,but I want just the scheduled job, except it runs whenever I chooseand not on an actual schedule.* chore: self mutationSigned-off-by: github-actions <github-actions@github.com>---------Signed-off-by: github-actions <github-actions@github.com>Co-authored-by: github-actions <github-actions@github.com>
PreviousNext