All notable changes to Create StackBuild are documented in this file.
- Add selectable JWT authentication, User CRUD starter documentation, and generated GitHub Actions CI templates.
- Disable Corepack's interactive download prompt when installing pnpm dependencies.
- Record npm trusted-publishing releases in GitHub's
npmdeployment environment.
- Show a cyan ASCII StackBuild logo before interactive setup questions.
- Add canonical GitHub repository metadata required by npm trusted publishing.
- Align the npm publishing workflow with npm's current trusted-publishing configuration.
- Use a current npm CLI with Node 24 in the release workflow so npm trusted publishing can generate provenance through GitHub Actions.
- Add
--templateas a clear alias for--preset. - Pin compatibility-sensitive framework versions (including Prisma 6 for the generated client API) and add Dependabot updates.
- Validate generated Nest + PostgreSQL + Redis projects in CI.
- Fix Yarn workspace metadata for generated API and shared configuration packages.
- Add interactive stack selection, Redis cache support, dry-run mode, and generated-project CI.