jorisvandenbossche commented on PR #1419: URL: https://github.com/apache/arrow-adbc/pull/1419#issuecomment-1881465946
I think bumping manually is certainly fine here (and I also don't do the releasing, so don't have an opinion on it), but just a small comment on: > But since we release off of a branch, this meant that all non-branch builds would have version 0.0.0. I (help) maintain other projects that also do releases from a branch and do use versioneer. That in itself is not a problem, but that only means you need to tag the main branch as well, and not only the release branch (eg in pandas, when we make the release branch for eg 2.2.x, we tag the next commit on the main branch as 2.3.0.dev to ensure the main dev version is correctly "higher") -- 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]
