Skip to content

Commit

Permalink
rat
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 9, 2024
1 parent 5ceb118 commit baca492
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It is recommended that you set up a virtual Python environment and then install
```shell
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.in
pip3 install -r requirements.txt
```

To generate the changelog, set the `GITHUB_TOKEN` environment variable to a valid token and then run the script
Expand Down
1 change: 1 addition & 0 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
core/Cargo.lock
core/testdata/backtrace.txt
core/testdata/stacktrace.txt
dev/release/requirements.txt
docs/spark_builtin_expr_coverage.txt
docs/source/contributor-guide/benchmark-results/**/*.json
rust-toolchain
Expand Down
File renamed without changes.

0 comments on commit baca492

Please sign in to comment.