This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to annotated tag apache-arrow-adbc-0.1.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
*** WARNING: tag apache-arrow-adbc-0.1.0-rc0 was modified! ***
from cf9ae35b (tag)
to 4019d328 (tag)
tagging f35091ec7932b81c524992909afffc9fe18cb65a (commit)
by David Li
on Fri Dec 23 22:08:48 2022 -0500
- Log -----------------------------------------------------------------
ADBC Libraries 0.1.0 RC 0
-----------------------------------------------------------------------
omit e80bb358 chore: update versions for 0.1.0
omit 7a54291f chore: update CHANGELOG.md for 0.1.0
omit c2831c2a chore(dev/release): fix unbound variable in 02-source.sh
(#264)
omit fcf871fd chore: add support for releasing Linux packages (#261)
new b159a4ea chore: update CHANGELOG.md for 0.1.0
new f35091ec chore: update versions for 0.1.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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 (cf9ae35b)
\
N -- N -- N refs/tags/apache-arrow-adbc-0.1.0-rc0 (4019d328)
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.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/packaging.yml | 9 ---
ci/linux-packages/Rakefile | 24 ++++++-
dev/release/02-source.sh | 16 +----
.../{06-binary-verify.sh => 05-binary-verify.sh} | 0
dev/release/05-linux-upload.sh | 73 ----------------------
dev/release/post-05-linux.sh | 55 ----------------
...rtifacts.sh => post-05-remove-old-artifacts.sh} | 0
...7-bump-versions.sh => post-06-bump-versions.sh} | 0
dev/release/verify-release-candidate.sh | 41 ------------
docs/source/development/releasing.rst | 32 +++-------
10 files changed, 32 insertions(+), 218 deletions(-)
rename dev/release/{06-binary-verify.sh => 05-binary-verify.sh} (100%)
delete mode 100755 dev/release/05-linux-upload.sh
delete mode 100755 dev/release/post-05-linux.sh
rename dev/release/{post-06-remove-old-artifacts.sh =>
post-05-remove-old-artifacts.sh} (100%)
rename dev/release/{post-07-bump-versions.sh => post-06-bump-versions.sh}
(100%)