mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-14 13:18:58 -04:00
Merge pull request #66 from owncloud/release-0.7.0
Prepare release 0.7.0
This commit is contained in:
3
Makefile
3
Makefile
@@ -4,6 +4,7 @@ IMPORT := github.com/owncloud/$(NAME)
|
||||
BIN := bin
|
||||
DIST := dist
|
||||
HUGO := hugo
|
||||
PHOENIX_ASSETS_VERSION = 0.10.0
|
||||
|
||||
ifeq ($(OS), Windows_NT)
|
||||
EXECUTABLE := $(NAME).exe
|
||||
@@ -194,4 +195,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.9.0/phoenix.tar.gz | tar xvzf - -C assets/
|
||||
mkdir assets/ && curl -slL -o- https://github.com/owncloud/phoenix/releases/download/v$(PHOENIX_ASSETS_VERSION)/phoenix.tar.gz | tar xvzf - -C assets/
|
||||
|
||||
5
changelog/0.7.0_2020-05-26/update-phoenix
Normal file
5
changelog/0.7.0_2020-05-26/update-phoenix
Normal file
@@ -0,0 +1,5 @@
|
||||
Change: update Phoenix
|
||||
|
||||
Updated phoenix from v0.9.0 to v0.10.0
|
||||
|
||||
https://github.com/owncloud/ocis-phoenix/pull/66
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user