We should try and track changes that affect the user-visible API more
tightly. To make this possible, I suggest we put into the commit message
(not the title line of the commit) a tag 'API-Change (CIMI|DC|EC2): ...'

For example, for a commit that makes a change to the DC API:

        Indicate behavior of root device for Image and HWP
        
        .. more text about the commit ..
        
        API-Change (DC): add root_type attribute to image and HWP

That makes it possible to find such changes with 'git-log
--grep=API-Change'

David


Reply via email to