This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/gulp-5.0.1
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard 7afdac0 chore: bump gulp from 4.0.2 to 5.0.1
add 2e0ef8b chore: Publish docs (#166)
add 2226dc2 chore: Remove needless version in release document (#171)
add c48989f chore: Bump version to 21.0.0 (#169)
add dd1a27c chore: bump google-closure-compiler from 20250609.0.0 to
20250619.0.0 (#175)
add 1f26414 chore: bump rxjs from 7.8.1 to 7.8.2 (#176)
add 5404090 chore: bump gulp from 4.0.2 to 5.0.1
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 (7afdac0)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/gulp-5.0.1
(5404090)
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:
.github/workflows/rc.yaml | 70 ++++++++++++++++++++++++++++
.github/workflows/release.yaml | 28 +++++++++++
DEVELOP.md | 31 +++++++++++--
ci/scripts/update_docs.sh | 101 ++++++++++++++++++++++++++++++++++++++++
dev/release/README.md | 18 ++++----
dev/release/docs.md | 102 +++++++++++++++++++++++++++++++++++++++++
dev/release/release_rc.sh | 7 ++-
package.json | 6 +--
yarn.lock | 76 +++++++++++++++---------------
9 files changed, 380 insertions(+), 59 deletions(-)
create mode 100755 ci/scripts/update_docs.sh
create mode 100644 dev/release/docs.md