File: release.sh

package info (click to toggle)
python-croniter 2.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 3,122; makefile: 20; sh: 14
file content (6 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (3)
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: