File: do-release.sh

package info (click to toggle)
termshark 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: sh: 98; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

# For Travis, so that git describe gives something useful
git fetch --tags .

export TERMSHARK_GIT_DESCRIBE="$(git describe --tags HEAD)"

curl -sL https://git.io/goreleaser > /tmp/goreleaser.sh
# testing
bash /tmp/goreleaser.sh --snapshot --skip-sign --rm-dist
# release
# bash /tmp/goreleaser.sh --skip-sign --rm-dist