Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update release details.
Browse files Browse the repository at this point in the history
Add homepage and description.
Rename darwin to mac.
Create .deb package.
Use .zip for Windows.
  • Loading branch information
jorinvo committed May 8, 2017
1 parent a41ca77 commit 428745a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: go
go_import_path: qvl.io/ghbackup
go:
- 1.7.4
- 1.8.1
os:
- linux
- osx
after_success:
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" && go get github.com/goreleaser/goreleaser && goreleaser
after_success: |
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" \
&& gem install fpm \
&& go get github.com/goreleaser/goreleaser \
&& goreleaser
28 changes: 23 additions & 5 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
brew:
github:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: &homepage https://qvl.io/ghbackup
description: &description Embarrassingly simple GitHub backup tool
build:
goos:
- windows
- darwin
- linux
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: mac
brew:
github:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: *homepage
description: *description
fpm:
homepage: *homepage
description: *description
maintainer: Jorin Vogel <[email protected]>
license: MIT
vendor: GoReleaser
formats:
- deb

0 comments on commit 428745a

Please sign in to comment.