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 87d28eb chore: bump gulp from 4.0.2 to 5.0.1
add 958dab9 chore: bump @swc/helpers from 0.5.15 to 0.5.17 (#131)
add c9ee085 chore: bump typescript-eslint from 8.32.1 to 8.33.1 (#132)
add e8d1428 chore: bump esbuild from 0.25.0 to 0.25.5 (#134)
add 7defcc9 chore: Add CODE_OF_CONDUCT.md (#141)
add 9b2638d chore: bump rollup from 4.41.0 to 4.42.0 (#150)
add 489c10f chore: bump eslint from 9.27.0 to 9.28.0 (#151)
add 061b8c5 chore: bump @swc/core from 1.11.29 to 1.11.31 (#152)
add c559c25 Prepare release scripts (#137)
add 3d5f382 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 (87d28eb)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/gulp-5.0.1
(3d5f382)
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 | 182 +++++
.github/workflows/release.yaml | 58 ++
.gitignore | 3 +
CODE_OF_CONDUCT.md | 24 +
ci/scripts/test.sh => dev/release/.env.example | 26 +-
dev/release/README.md | 220 ++++++
dev/release/release.sh | 135 ++++
dev/release/release_rc.sh | 177 +++++
dev/release/verify_rc.sh | 205 ++++++
npm-release.sh | 30 -
package.json | 16 +-
yarn.lock | 926 ++++++++++++-------------
12 files changed, 1458 insertions(+), 544 deletions(-)
create mode 100644 .github/workflows/rc.yaml
create mode 100644 .github/workflows/release.yaml
create mode 100644 CODE_OF_CONDUCT.md
copy ci/scripts/test.sh => dev/release/.env.example (62%)
mode change 100755 => 100644
create mode 100644 dev/release/README.md
create mode 100755 dev/release/release.sh
create mode 100755 dev/release/release_rc.sh
create mode 100755 dev/release/verify_rc.sh
delete mode 100755 npm-release.sh