potiuk commented on PR #41122:
URL: https://github.com/apache/airflow/pull/41122#issuecomment-2303045321
BTW. Generally speaking it is correct - we are not able to prepare
documentation for new version as we find an inconsistency between what is
stored as previous relase and what TAGs we have in Airflow, so technically
speaking this error is pretty "valid" - but possibly we might want to skip it
in CI @amoghrajesh -> maybe you can take a look at it?
The error is that we are trying to get changes since last release:
```
git log '--pretty=format:%H %h %cd %s' --date=short
apache-https-for-providers/main...providers-airbyte/3.9.0 -- .
========================= STDERR start ============================
fatal: bad revision
'apache-https-for-providers/main...providers-airbyte/3.9.0'
========================= STDERR end ==============================
```
And one of the ways to avoid it is to handle it and see if there is a latest
`rc` that we can use instead.
--
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]