git-review/releasenotes/notes/ignore-topic-for-master-patches-9ba01c0762d3df65.yaml
Stephen Finucane af955c932e Don't set topic when submitting no-topic patches
Change-Id: I8f8880791ad7e46fb9e18623ab8bd295457424b2
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2018-10-16 15:13:07 +01:00

7 lines
235 B
YAML

---
fixes:
- |
If a patch has no topic, downloading it will result in a topic of
``review/{owner}/{ID}``. Previously, submitting this would then set the
topic to ``{ID}``. This was incorrect behavior and is now resolved.