mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
9 lines
131 B
Bash
9 lines
131 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
npx changeset pre exit rc
|
|
git add .
|
|
git commit -m "Exit release candidate"
|
|
git push origin
|