Example from 4.1.0 release notes: No Doc Update oVirt Engine Team: SLA BZ 1346669 Can't start a VM (NPE around scheduling.SchedulingManager.selectBestHost(SchedulingManager.java:434) ) undefined The line with "undefined" shouldn't be added: just the list of BZs is enough there.
I think I've fixed it with https://gerrit.ovirt.org/#/c/72048/ .
(In reply to Yaniv Kaul from comment #1) > I think I've fixed it with https://gerrit.ovirt.org/#/c/72048/ . Hi Yaniv, I think that this bug is related to the release_notes_git.py script. At least I was able to reproduce the issue with it. Not sure if we are using the release_notes.py script yet. I'm looking at consolidating the scripts we have and port the functionality you implemented to the git based script. Thanks. Rafael
(In reply to Rafael Martins from comment #2) > (In reply to Yaniv Kaul from comment #1) > > I think I've fixed it with https://gerrit.ovirt.org/#/c/72048/ . > > Hi Yaniv, > > I think that this bug is related to the release_notes_git.py script. At > least I was able to reproduce the issue with it. Not sure if we are using > the release_notes.py script yet. I meant: Not sure if we are still using the release_notes.py script. > I'm looking at consolidating the scripts we have and port the functionality > you implemented to the git based script. > > Thanks. > Rafael