You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: You must be on main branch in order to generate a release!
';
exit 1;
fi
rm -rf dist/*
standard-version
VERSION=$(cat latest.version)
mkdir -p ./dist/usr/bin
cp ./src/* ./dist/usr/bin/
cd dist
echo "{\"name\":\"@GreenCubeIO/crew-mates\",\"version\":\"$VERSION\",\"description\":\"Robust set of scripts to automagically manage, deploy, and keep alive mission-critical applications\",\"main\":\"chiefmate\",\"repository\":\"https://github.com/GreenCubeIO/crew-mates\",\"author\":\"Jean M. Lescure\",\"license\":\"Apache-2.0\"}" > package.json
npm --registry=https://npm.pkg.github.com publish --access public