9 lines
235 B
Bash
Executable File
9 lines
235 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "release_cycle.sh is now a thin wrapper around the scripted release workflow."
|
|
echo "Use \`npm run release:preflight\` directly for the supported entrypoint."
|
|
|
|
node tools/scripts/release_workflow.js preflight
|