1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-22 23:11:26 +01:00

Add README to tar

This commit is contained in:
Oliver Steele 2017-07-19 13:02:19 -04:00
parent 87e52f7ffc
commit 00d3d9745a
2 changed files with 2 additions and 1 deletions

View File

@ -44,5 +44,6 @@ deploy:
file_glob: true
skip_cleanup: true
prerelease: true
overwrite: true
on:
tags: true

View File

@ -33,7 +33,7 @@ race: ## build a binary with race detection
release: build
mkdir -p dist
tar -cvzf dist/$(BINARY)_$(VERSION)_$(OS:GNU/%=%)_$(shell uname -m).tar.gz $(BINARY)
tar -cvzf dist/$(BINARY)_$(VERSION)_$(OS:GNU/%=%)_$(shell uname -m).tar.gz $(BINARY) LICENSE README.md
setup: ## install dependencies and development tools
go get -t -u ./...