File: release.sh

package info (click to toggle)
python-aioeafm 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,084 kB
  • sloc: python: 108; sh: 14; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

VERSION=${1:-patch}

poetry version $VERSION
git commit -a -m "Version bump"
git tag -a -s `poetry version | awk '{ print $2; }'`
git push --tags
git push