File: push-release.sh

package info (click to toggle)
python-limits 4.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,064 kB
  • sloc: python: 7,833; makefile: 162; sh: 59
file content (8 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
cur=$(git rev-parse --abbrev-ref HEAD)
git checkout 4.x
git push origin 4.x --tags
git checkout stable
git merge 4.x
git push origin stable
git checkout $cur