Skip to content

Commit bd46b05

Browse files
authored
Release 0 4 4 (#303)
* Bump to version 0.4.4 * Update developer instructions to include AWS CLI and GPG ref
1 parent f851415 commit bd46b05

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## v0.4.4 [(2018-02-15)](https://github.com/codeclimate/test-reporter/releases/tag/v0.4.4)
4+
5+
* [FIX] Add support for Codeship CI environment variables [#300][]
6+
37
## v0.4.3 [(2018-01-18)](https://github.com/codeclimate/test-reporter/releases/tag/v0.4.3)
48

59
* [FIX] Fix logging to not include extraneous newline, correct spelling [#288][]

DEVELOPERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ and `constant` (by source file) records.
9898

9999
TODO
100100

101+
## Before Releasing
102+
103+
* Ensure that you have [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html) installed
104+
* You'll also need to have GPG setup
105+
101106
## Releasing
102107

103108
To release a new version,

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
1010
MAN_PAGES = $(patsubst man/%.md,man/%,$(MAN_FILES))
1111

1212
PROJECT = github.com/codeclimate/test-reporter
13-
VERSION ?= 0.4.3
13+
VERSION ?= 0.4.4
1414
BUILD_VERSION = $(shell git log -1 --pretty=format:'%H')
1515
BUILD_TIME = $(shell date +%FT%T%z)
1616
LDFLAGS = -ldflags "-X $(PROJECT)/version.Version=${VERSION} -X $(PROJECT)/version.BuildVersion=${BUILD_VERSION} -X $(PROJECT)/version.BuildTime=${BUILD_TIME}"

0 commit comments

Comments
 (0)