File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
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
+
3
7
## v0.4.3 [ (2018-01-18)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.4.3 )
4
8
5
9
* [ FIX] Fix logging to not include extraneous newline, correct spelling [ #288 ] [ ]
Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ and `constant` (by source file) records.
98
98
99
99
TODO
100
100
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
+
101
106
## Releasing
102
107
103
108
To release a new version,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
10
10
MAN_PAGES = $(patsubst man/% .md,man/% ,$(MAN_FILES ) )
11
11
12
12
PROJECT = github.com/codeclimate/test-reporter
13
- VERSION ?= 0.4.3
13
+ VERSION ?= 0.4.4
14
14
BUILD_VERSION = $(shell git log -1 --pretty=format:'% H')
15
15
BUILD_TIME = $(shell date +% FT% T% z)
16
16
LDFLAGS = -ldflags "-X $(PROJECT ) /version.Version=${VERSION} -X $(PROJECT ) /version.BuildVersion=${BUILD_VERSION} -X $(PROJECT ) /version.BuildTime=${BUILD_TIME}"
You can’t perform that action at this time.
0 commit comments