This is an automated email from the ASF dual-hosted git repository.
hoslo pushed a change to branch add-github-contents
in repository https://gitbox.apache.org/repos/asf/opendal.git
discard 2fa85899f4 feat(services/github): add github contents support
add 7e30586938 ci(release): Make sure LICENSE and NOTICE files are
included (#4283)
add 482237afd9 ci(release): Refactor and merge the check.py into verify.py
(#4284)
add 50791255c6 Bump to version 0.45.1 (Round 5) (#4285)
add 4763b4277b feat(services/github): add github contents support
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 (2fa85899f4)
\
N -- N -- N refs/heads/add-github-contents (4763b4277b)
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:
CHANGELOG.md | 7 ++++
scripts/README.md | 8 ----
scripts/check.py | 63 ----------------------------
scripts/release.py | 4 ++
scripts/verify.py | 73 +++++++++++++++++++++++++++++----
website/community/committers/release.md | 15 +++----
website/community/committers/verify.md | 2 +-
7 files changed, 84 insertions(+), 88 deletions(-)
delete mode 100755 scripts/check.py