File: post-release.sh

package info (click to toggle)
pytest-codspeed 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 1,583; sh: 36; ansic: 25; makefile: 11
file content (9 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

VERSION=$BUMPVER_NEW_VERSION

# We handle tagging here since bumpver doesn't allow custom
# tagnames and we want a v prefix
git tag v$VERSION -m "Release v$VERSION 🚀"
git push --follow-tags