Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
with:
app-name: api-myreleasenotes-ai
package: ./api
startup-command: dotnet PatchNotes.Api.dll

deploy-frontend:
name: Deploy Frontend to Static Web Apps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A GitHub release viewer for npm packages. Track release notes across your favori

- **PatchNotes.Data** - EF Core models, SQLite/SQL Server, database seeding, version parsing
- **PatchNotes.Api** - ASP.NET Core Web API (port 5031), Stytch authentication
- **PatchNotes.Sync** - CLI tool + SyncPipeline for concurrent sync & summary generation, GitHub client, AI client
- **PatchNotes.Sync** - CLI tool + SyncPipeline for concurrent sync & summary generation, GitHub client, AI client. **TODO:** Refactor into a class library (PatchNotes.Sync.Core) and a thin CLI entry point — the API currently references this Exe project for the GitHub client, which causes Azure App Service startup issues when multiple `runtimeconfig.json` files are published.
- **PatchNotes.Functions** - Azure Functions timer trigger that runs the SyncPipeline every 6 hours
- **patchnotes-web** - React frontend with TanStack Router & Query, Orval-generated API client
- **patchnotes-email** - Azure Functions (TypeScript) for email delivery via Resend
Expand Down