File: push.sh

package info (click to toggle)
gensim 4.3.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,436 kB
  • sloc: python: 26,865; sh: 109; cpp: 37; ansic: 26; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#
# Push local branches to upstream (github.com).
#
# Run this after you've verified the results of merge.sh.
#
set -euxo pipefail
release=$RELEASE

git push --tags upstream master
git push upstream develop
git push upstream release-"$release"