ajantha-bhat opened a new pull request #4326: URL: https://github.com/apache/iceberg/pull/4326
Today I observed that our local build and daily snapshots are still pointing to `0.13.0-SNAPSHOT` even though we released `0.13.1`, it should point to the next version `0.13.2-SNAPSHOT` After debugging found that in [this code](https://github.com/apache/iceberg/blob/master/build.gradle#L627) we are looking for last annotated tag and it seems out release owners are not having annotated tag as they are creating a new branch for release instead of tagging from the master branch. As we cannot amend the commit and create annotated tag, using the `version.txt` pointing to the next version in the master branch now. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
