Skip to content

Commit e533b24

Browse files
committed
Put goreleaser back
Signed-off-by: Matt Stratton <[email protected]>
1 parent 479e6a4 commit e533b24

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ test:
2020

2121
deploy:
2222
# go get -v github.com/inconshreveable/mousetrap
23-
- ./goreleaser -v
24-
- ./goreleaser
25-
# - curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
23+
- curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
2624
# - 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'
2725
# - 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'
2826
# - 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'

0 commit comments

Comments
 (0)