Skip to content
This repository has been archived by the owner on Jul 3, 2021. 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 MacOS.
Create .deb package.
Use .zip for Windows.
  • Loading branch information
jorinvo committed May 8, 2017
1 parent 0c9c404 commit cffeefd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: go
go_import_path: qvl.io/promplot
install:
- gem install fpm
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
30 changes: 23 additions & 7 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
brew:
github:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
- darwin
- linux
goarch:
- amd64
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: MacOS
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 cffeefd

Please sign in to comment.