markdowny/scripts/release.sh
Dylan R. E. Moonfire f2b6ef31ee
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: use full path to semantic-release
2023-01-26 11:24:19 -06:00

12 lines
228 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
./scripts/setup.sh || exit 1
log "running semantic-release"
npx semantic-release