Files
Patrick Plate 973c82f304 feat(w1): maven skeleton + CI scaffold
- Parent POM: de.platesoft:plate-auth-parent with ${revision} CI-friendly versioning
- plate-auth-starter module: Spring Boot 4.1.0 starter deps (web, jpa, security, validation, jwt, flyway, envers)
- @platesoft/auth npm package skeleton: tsup bundler, conditional exports, TypeScript strict
- Gitea Actions: ci.yml (on push/PR) + release.yml (on v* tag)
- distributionManagement pointing to Gitea Package Registry (Maven + npm)
- Apache-2.0 LICENSE, README with quickstart, CHANGELOG, .editorconfig, .gitignore
- pnpm workspace with packages/auth
- Maven BUILD SUCCESS verified locally
2026-06-24 15:40:17 +02:00

14 lines
371 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Initial project scaffold (W1)
- Maven parent POM with `${revision}` CI-friendly versioning
- `plate-auth-starter` module skeleton
- `@platesoft/auth` npm package skeleton (tsup + ESM/CJS dual build)
- Gitea Actions CI + release pipelines
- Apache-2.0 LICENSE