Skip to content

Commit

Permalink
Release 0.6.4 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Paredes authored Jan 22, 2019
1 parent 813301b commit b7a4eed
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## v0.6.4 [(2019-01-22)](https://github.com/codeclimate/test-reporter/releases/tag/v0.6.4)

* [NEW] Updates release strategy to build a new Linux binary that uses
`netcgo` [#382][]

[#382]: https://github.com/codeclimate/test-reporter/pull/382

## v0.6.3 [(2018-09-04)](https://github.com/codeclimate/test-reporter/releases/tag/v0.6.3)

* [NEW] Updates release strategy to build a new Linux binary that uses
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
MAN_PAGES = $(patsubst man/%.md,man/%,$(MAN_FILES))

PROJECT = github.com/codeclimate/test-reporter
VERSION ?= 0.6.3
VERSION ?= 0.6.4
BUILD_VERSION = $(shell git log -1 --pretty=format:'%H')
BUILD_TIME = $(shell date +%FT%T%z)
LDFLAGS = -ldflags "-X $(PROJECT)/version.Version=${VERSION} -X $(PROJECT)/version.BuildVersion=${BUILD_VERSION} -X $(PROJECT)/version.BuildTime=${BUILD_TIME}"
@@ -151,7 +151,7 @@ clean:
sudo $(RM) -r ./artifacts
$(RM) $(MAN_PAGES)

# Must be run in a OS X machine. OS X binary is build natively.
# Must be run in a OS X machine. OS X binary is build natively.
release:
$(MAKE) build-docker-linux
$(MAKE) build-docker-linux-cgo

0 comments on commit b7a4eed

Please sign in to comment.