Skip to content

Commit

Permalink
Release 0 4 4 (#303)
Browse files Browse the repository at this point in the history
* Bump to version 0.4.4

* Update developer instructions to include AWS CLI and GPG ref
  • Loading branch information
larkinscott authored Feb 16, 2018
1 parent f851415 commit bd46b05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## v0.4.4 [(2018-02-15)](https://github.com/codeclimate/test-reporter/releases/tag/v0.4.4)

* [FIX] Add support for Codeship CI environment variables [#300][]

## v0.4.3 [(2018-01-18)](https://github.com/codeclimate/test-reporter/releases/tag/v0.4.3)

* [FIX] Fix logging to not include extraneous newline, correct spelling [#288][]
Expand Down
5 changes: 5 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ and `constant` (by source file) records.

TODO

## Before Releasing

* Ensure that you have [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html) installed
* You'll also need to have GPG setup

## Releasing

To release a new version,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3
VERSION ?= 0.4.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}"
Expand Down

0 comments on commit bd46b05

Please sign in to comment.