Skip to content

Commit adebf49

Browse files
committed
Testing goreleaser in the wild
1 parent f7e0d45 commit adebf49

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.goreleaser.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ brew:
4040
- git
4141
install:
4242
bin.install "devopsdays-cli"
43-
fpm:
44-
vendor: devopsdays
45-
homepage: https://www.devopsdays.org
46-
maintainer: Matt Stratton <[email protected]>
47-
description: Command-line utilities for the devopsdays website
48-
license: MIT
49-
formats:
50-
- deb
51-
- rpm
52-
dependencies:
53-
- git
43+
# fpm:
44+
# vendor: devopsdays
45+
# homepage: https://www.devopsdays.org
46+
# maintainer: Matt Stratton <[email protected]>
47+
# description: Command-line utilities for the devopsdays website
48+
# license: MIT
49+
# formats:
50+
# - deb
51+
# - rpm
52+
# dependencies:
53+
# - git

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ test:
2020

2121
deploy:
2222
# go get -v github.com/inconshreveable/mousetrap
23-
- curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
23+
- ./goreleaser
24+
# - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
2425
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-i386.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-386.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=i386;publish=1'
2526
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-amd64.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-amd64.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=amd64;publish=1'
2627
# - curl PUT -T devopdays-cli_$VERSION_linux-i386.rpm -umattstratton:{BTKEY} 'https://api.bintray.com/content/devopsdays/rpm/devopsdays-cli/${VERSION}/devopdays-cli_$VERSION_linux-386.rpm;publish=1'

goreleaser

10.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)