Browse Source

todo

master
Gaëtan Renaudeau 7 years ago
parent
commit
0ede23ed1a
  1. 3
      scripts/release.sh

3
scripts/release.sh

@ -12,6 +12,9 @@ if ! git diff-index --quiet HEAD --; then
exit 1
fi
# TODO check if version is not already there
# TODO check if local git HEAD is EXACTLY our remote master HEAD
export SENTRY_URL=https://db8f5b9b021048d4a401f045371701cb@sentry.io/274561
yarn compile
build

Loading…
Cancel
Save