Skip to content

Commit

Permalink
在打版本时自动放出release
Browse files Browse the repository at this point in the history
  • Loading branch information
侯锐 committed Jan 17, 2019
1 parent 2962185 commit 0fd855a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ script:
- go get -d github.com/rakyll/statik
- go install github.com/rakyll/statik
- ./build.sh

deploy:
provider: releases
api_key: ${GH_TOKEN}
file_glob: true
file: target/*
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.7
v0.0.8

0 comments on commit 0fd855a

Please sign in to comment.