This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/ts-jest-29.3.4
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
discard 90bc0b6 chore: bump ts-jest from 29.1.4 to 29.3.4
add c559c25 Prepare release scripts (#137)
add a745991 chore: Update repository URLs (#146)
add 3251060 chore: Add CONTRIBUTING.md (#142)
add 75f5ad1 chore: Remove `lerna` from `package.json` (#144)
add b2d2bb6 chore: Remove `create:testdata`/`clean:testdata` in
`package.json` (#148)
add 289d4b8 chore: bump google-closure-compiler from 20240317.0.0 to
20250603.0.0 (#149)
add 5783cfb chore: bump ts-jest from 29.1.4 to 29.3.4
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 (90bc0b6)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/ts-jest-29.3.4
(5783cfb)
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 +
CONTRIBUTING.md | 121 ++++++++++++++
DEVELOP.md | 6 +-
README.md | 34 ++--
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 +++++++++++++++++++++++
gulp/closure-task.js | 3 +-
gulp/test-task.js | 105 ------------
gulpfile.js | 4 +-
npm-release.sh | 30 ----
package.json | 20 +--
yarn.lock | 121 +++++++-------
17 files changed, 1210 insertions(+), 240 deletions(-)
create mode 100644 .github/workflows/rc.yaml
create mode 100644 .github/workflows/release.yaml
create mode 100644 CONTRIBUTING.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