Skip to content

chore: remove generate-release-notes command and supporting files#6084

Open
dantovska wants to merge 1 commit into
mainfrom
chore/remove-generate-release-notes
Open

chore: remove generate-release-notes command and supporting files#6084
dantovska wants to merge 1 commit into
mainfrom
chore/remove-generate-release-notes

Conversation

@dantovska

@dantovska dantovska commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

What

Removes the generate-release-notes slash command and the files that existed solely to support it:

  • .ai/commands/generate-release-notes.md — the command/rule
  • scripts/fetch-jira-tickets.js — referenced only by the command
  • docs/release-notes/RELEASE_NOTES_TEMPLATE.md — referenced only by the command

No application code is affected. The user-facing "Release Notes" help-menu link in the app is unrelated and untouched.

Testing

Tooling/docs-only change with no runtime impact. Verified nothing else in the repo (package.json, CI workflows, other docs) references the removed files.

🤖 Generated with Claude Code


Note

Low Risk
Deleted documentation and a standalone Node script with no remaining references; no product code or runtime behavior changes.

Overview
Removes the internal release-notes automation stack: the .ai/commands/generate-release-notes.md slash command, scripts/fetch-jira-tickets.js (JIRA REST helper it referenced), and docs/release-notes/RELEASE_NOTES_TEMPLATE.md.

This is docs/tooling cleanup only—no application or CI wiring depended on these paths per the author’s verification. In-app “Release Notes” help is unchanged.

Reviewed by Cursor Bugbot for commit f3e7d49. Bugbot is set up for automated code reviews on this repo. Configure here.

Removes the generate-release-notes slash command and the files that existed
solely to support it:

- .ai/commands/generate-release-notes.md (the command/rule)
- scripts/fetch-jira-tickets.js (referenced only by the command)
- docs/release-notes/RELEASE_NOTES_TEMPLATE.md (referenced only by the command)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dantovska dantovska requested a review from a team as a code owner June 17, 2026 14:33
@jit-ci

jit-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Backend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 93% 16112/17325
🟡 Branches 75.14% 5081/6762
🟢 Functions 87.33% 2495/2857
🟢 Lines 92.83% 15396/16585

Test suite run success

3584 tests passing in 317 suites.

Report generated by 🧪jest coverage report action from f3e7d49

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Integration Tests

Status Category Percentage Covered / Total
🟡 Statements 78.37% 17722/22611
🟡 Branches 61.04% 8167/13378
🟡 Functions 66.2% 2413/3645
🟡 Lines 77.94% 16668/21384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant