This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch maint-0.2.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
omit 9db1d96 chore: update versions for 0.2.0
omit 3736351 chore: update CHANGELOG.md for 0.2.0
add ac2b858 chore(dev/release): fix missing function in 03-source.sh
(#429)
add ec2db25 docs: add link to docs in README (#431)
add d6ee847 chore(dev/release): don't require sha256 hashes (#433)
add b7eb115 chore(dev/release): disable Flight SQL C++ tests in
verification (#438)
add caa4976 ci: set up nightly verification build (#439)
add 18e4ef4 chore: update CHANGELOG.md for 0.2.0
add de79252 chore: update versions for 0.2.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9db1d96)
\
N -- N -- N refs/heads/maint-0.2.0 (de79252)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.gitattributes | 1 +
.github/workflows/nightly-verify.yml | 157 ++++++++++++++++++++++++
.github/workflows/verify.yml | 4 -
.pre-commit-config.yaml | 2 +-
CHANGELOG.md | 2 +-
README.md | 2 +-
ci/conda_env_dev.txt | 1 +
ci/linux-packages/debian/changelog | 2 +-
ci/linux-packages/yum/apache-arrow-adbc.spec.in | 2 +-
dev/release/03-source.sh | 6 +-
dev/release/verify-release-candidate.ps1 | 46 ++++---
dev/release/verify-release-candidate.sh | 20 ++-
docs/source/development/releasing.rst | 8 ++
13 files changed, 211 insertions(+), 42 deletions(-)
create mode 100644 .github/workflows/nightly-verify.yml