/
/
# What does this implement/fix? Follow-up to #6041: the 2.10.0 release notes still contained noise entries — "Lokalise translations update" PRs (both as server PRs and as bullets inlined from the frontend changelogs) and "[Backport to stable] X.Y.Z" batch PRs picked up through commit references. Neither tells a user anything; patch releases already list the original PRs, not the backport wrapper. - New `exclude-title-prefixes` option in `release-notes-config.yml` (set to `Lokalise` and `[Backport to stable]`) — matching PRs never appear in the notes - Lokalise bullets from frontend PR bodies are skipped in the frontend changes section **Related issue (if applicable):** - follow-up on #6041 / https://github.com/music-assistant/server/releases/tag/2.10.0 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) — `bugfix` - [ ] New feature (non-breaking change which adds functionality) — `new-feature` - [ ] Enhancement to an existing feature — `enhancement` - [ ] New music/player/metadata/plugin provider — `new-provider` - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) — `breaking-change` - [ ] Refactor (no behaviour change) — `refactor` - [ ] Documentation only — `documentation` - [ ] Maintenance / chore — `maintenance` - [x] CI / workflow change — `ci` - [ ] Dependencies bump — `dependencies` ## Checklist - [x] The code change is tested and works locally. - [x] `pre-commit run --all-files` passes. - [x] `pytest` passes, and tests have been added/updated under `tests/` where applicable. - [ ] For changes to shared models, the companion PR in `music-assistant/models` is linked. - [ ] For changes affecting the UI, the companion PR in `music-assistant/frontend` is linked. - [x] I have read and complied with the project's [AI Policy](https://github.com/music-assistant/.github/blob/main/AI_POLICY.md) for any AI-assisted contributions. - [ ] I have [raised a PR against the documentation repository](https://github.com/music-assistant/music-assistant.io/blob/main/CONTRIBUTING.md) targeting the main or beta branch as appropriate.