File: release.sh

package info (click to toggle)
python-croniter 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 408 kB
  • sloc: python: 3,912; makefile: 20; sh: 19
file content (6 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash
set -ex
. venv3/bin/activate
fullrelease
git push && git push --tags
# vim:set et sts=4 ts=4 tw=80: