I am thinking can we put some notes in commit message when commit a patch which introduces introduce some API change or backward compatible change?
It mainly serves two purposes: 1. Easier for people to track the changes they need to make to run a new version 2. Easier for us to write the release note. If we assume all the API change or backward incompatible change are going through a KIP then we can put the KIP number in the commit message. Otherwise, maybe we can put [INTERFACE CHANGE] in the commit message? Thoughts? Jiangjie (Becket) Qin