Merge pull request #63 from owncloud/release-0.5.0

Update Phoenix and prepare release
This commit is contained in:
Michael Barz authored and GitHub committed 2020-04-15 09:40:48 +02:00
commit 5a09607a6b
3 files changed
+24 -19

No files matched your search

+1 -1
View File
@@ -194,4 +194,4 @@ watch:
# protobuf: $(GOPATH)/bin/protoc-gen-go $(GOPATH)/bin/protoc-gen-micro $(GOPATH)/bin/protoc-gen-microweb $(GOPATH)/bin/protoc-gen-swagger pkg/proto/v0/example.pb.go pkg/proto/v0/example.pb.micro.go pkg/proto/v0/example.pb.web.go pkg/proto/v0/example.swagger.json
assets:
mkdir assets/ && curl -slL -o- https://github.com/owncloud/phoenix/releases/download/v0.7.0/phoenix.tar.gz | tar xvzf - -C assets/
mkdir assets/ && curl -slL -o- https://github.com/owncloud/phoenix/releases/download/v0.8.0/phoenix.tar.gz | tar xvzf - -C assets/
@@ -0,0 +1,5 @@
Change: update Phoenix
Updated phoenix from v0.7.0 to v0.8.0
https://github.com/owncloud/ocis-phoenix/pull/63
+18 -18
View File
File diff suppressed because one or more lines are too long.