potiuk edited a comment on pull request #19247:
URL: https://github.com/apache/airflow/pull/19247#issuecomment-961148318


   > I have no problem with the code, but I am not sure that the approach works 
for the scale of some of our releases. For instance 2.2.0 had 500 commits!
   
   Quite agree. I initially proposed to use it mostly for bugfix releases. 
There are likely ways we could make it work for major releases as well - but 
the current implementation only works for bugfix releases.
   
   For minor/feature (x.y.0) releases we could only extract bugfixes + (maybe) 
high level new features (but for that towncrier implementation or similar would 
be necessary). Also we could automatically exclude bugfixes cherry-picked to 
other releases.
   
   I think it's a good base to experiment when we get to 2.3.0 - then we could 
see how many "new" things are left after such extraction and see if it is 
manageable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to