File: release.sh

package info (click to toggle)
python-aiohomekit 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,620 kB
  • sloc: python: 16,560; sh: 14; makefile: 8
file content (10 lines) | stat: -rwxr-xr-x 166 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  `poetry version | awk '{ print $2; }'`
git push --tags
git push