[openstack-dev] Thoughts on ReleaseNoteImpact git commit message tag

Thierry Carrez thierry at openstack.org
Wed Jul 8 16:45:39 UTC 2015


Soren Hansen wrote:
> Putting release notes in the git repo so that they simply will get
> merged along with the corresponding code seems like a no-brainer. What
> am I missing?

For stable branches it prevents us from just backporting master changes
using straight cherry-picks.

For example you want to tweak the stable release notes for every CVE you
end up fixing post-release in the stable branch. You have a master fix
that happens to update the master release notes. Cherry-picking that
will not cover your stable release notes, so you'll have to alter the
fix to drop the master release note change and add a stable release note
change.

Doesn't mean it's not an option, but it adds pain compared to the
current situation.

-- 
Thierry Carrez (ttx)



More information about the OpenStack-dev mailing list