Skip to content

Commit

Permalink
create release draft on tags push
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Jun 23, 2020
1 parent 0d8de91 commit 3bc8416
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ changelog:
release:
github:
owner: guptarohit
name: asciigraph
name: asciigraph
# If set to true, will not auto-publish the release.
# Default is false.
draft: true
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@ go:
install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

script:
- go test -v -race ./.
- goveralls -service=travis-ci

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true

notifications:
email: false

0 comments on commit 3bc8416

Please sign in to comment.