Commit 4e137106 authored by Chris Molozian's avatar Chris Molozian
Browse files

Make sure dependent rules are run with 'relupload' rule.

parent d2b56dc0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
### Changed
- Update response types to realtime match create/join operations.

### Fixed
- Make sure dependent rules are run with `relupload` rule.

## [0.11.2] - 2017-02-17
### Added
- Include Dockerfile and Docker instructions.
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ $(PLATFORMS):
relupload: JQ := $(shell jq --version)
relupload: TOKEN :=
relupload: TAG   :=
relupload: $(PLATFORMS)
relupload: proto dashboard migration $(PLATFORMS)
	@test -n "${JQ}"    # must be set
	@test -n "${TOKEN}"
	@test -n "${TAG}"