mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# shellcheck disable=SC2016
|
|
echo 'This script has been removed, use `./scripts/release.sh` instead'
|