Skip to content

Commit

Permalink
add goreleaser, delete-merged-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Dec 15, 2019
1 parent 88baeea commit bc0e95a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude:
- master
delete_closed_pr: true
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
builds:
- binary: tn
goos:
- linux
goarch:
- amd64
- 386
archive:
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
release:
github:
owner: ak1ra24
name: tinet-go

0 comments on commit bc0e95a

Please sign in to comment.