Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to bff for releases #196

Merged
merged 1 commit into from
Jan 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ dist
# Ignore -packr generated files
**-packr.go

coverage.txt
coverage.txt

bin
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ LDFLAGS=-ldflags "-w -s -X github.com/chanzuckerberg/fogg/util.GitSha=${SHA} -X

all: test install

setup:
setup: ## setup development dependencies
go get github.com/rakyll/gotest
go install github.com/rakyll/gotest
go get -u github.com/gobuffalo/packr/...
go install github.com/gobuffalo/packr/packr
curl -L https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | sh

lint: ## run the fast go linters
gometalinter --vendor --fast ./...
Expand All @@ -23,7 +24,7 @@ packr: ## run the packr tool to generate our static files
packr -v

release: ## run a release
./release
./bin/bff bump
git push
goreleaser release --rm-dist

Expand Down
106 changes: 0 additions & 106 deletions release

This file was deleted.