summaryrefslogtreecommitdiff
path: root/release.sh
blob: cd8f5ba02f0ec7ef6ccf265171d80afd22e36942 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
set -ex
. venv/bin/activate
fullrelease
git push taichino && git push taichino --tags
# vim:set et sts=4 ts=4 tw=80: