project-layout/scripts/release.sh
D. Moonfire edb2f36b57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: added script builder and updated scripts
2023-01-25 18:33:34 -06:00

16 lines
281 B
Bash
Executable file

# !/usr/bin/env bash
#mfgames-project:setup@v0.0.0
log() { echo "🚢 $(basename $0): $@"; }
cd $(dirname $(dirname $0))
#mfgames-project:setup
log "cleaning old old version"
rm -f exit-planning*
log "installing NPM"
npm install --ci
log "running release"
npx semantic-release