From e8279bd52144f734c83c563a32ed2ed3c7543cfe Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Fri, 6 Mar 2026 20:16:42 +0100 Subject: [PATCH] chore: release v1.19.0 (#388) * docs: require explicit issue comment when closing issues via PR * chore: release v1.19.0 --- .github/agents/release-manager.agent.md | 2 ++ backend/package.json | 2 +- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/agents/release-manager.agent.md b/.github/agents/release-manager.agent.md index 493cab3..f777cf6 100644 --- a/.github/agents/release-manager.agent.md +++ b/.github/agents/release-manager.agent.md @@ -163,6 +163,7 @@ When code changes (features or bug fixes) are complete: ``` - Use `--label enhancement` for `feat/` branches, `--label bug` for `fix/` branches, `--label documentation` for `docs/` branches. - Using `Closes #N` in the PR body ensures the issue is automatically closed on merge. + - Always add an explicit issue comment with the PR link and short fix summary (do not rely on auto-close event only). - The `--project` flag links the PR to the Project board. 4. **Present the PR URL to the user and wait for confirmation.** @@ -451,6 +452,7 @@ All work is tracked in the [GitHub Project board](https://github.com/users/Danie Issues with `enhancement`, `bug`, or `triage` labels are **automatically added** to the board. 2. **When creating a PR**: Always reference the issue with `Closes #N` in the PR body so the issue is automatically **closed** on merge. Note: this does NOT move the Project board status — that must be done manually (see step 3). + Also add a direct issue comment with the PR link and a one-line summary for clear issue-thread traceability. 3. **After merge — verify automation**: The `project-auto-done.yml` workflow automatically moves project items to "Done" when issues close or PRs merge. After merge, verify it ran: ```bash diff --git a/backend/package.json b/backend/package.json index 5313c67..e08656b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "medassist-ng-backend", - "version": "1.18.2", + "version": "1.19.0", "private": true, "type": "module", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index 45bc794..19b9214 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "medassist-ng-frontend", "private": true, - "version": "1.18.2", + "version": "1.19.0", "type": "module", "scripts": { "dev": "vite",