Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Release 0.12.0 #79

Merged
merged 4 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMPORT := github.com/owncloud/$(NAME)
BIN := bin
DIST := dist
HUGO := hugo
PHOENIX_ASSETS_VERSION = v0.14.0
PHOENIX_ASSETS_VERSION = v0.15.0

ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
Expand Down
6 changes: 6 additions & 0 deletions changelog/0.12.0_2020-08-19/update-phoenix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: update Phoenix

Updated phoenix from v0.14.0 to v0.15.0

https://github.com/owncloud/ocis-phoenix/pull/79
https://github.com/owncloud/phoenix/releases/tag/v0.15.0
2 changes: 1 addition & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ and take note of its release tag name.
3. Move all changelog items from the `changelog/unreleased/` folder to the `$major.$minor.$patchVersion_YYYY-MM-DD` folder.
4. Update the go module `ocis-pkg` to the latest version <https://blog.golang.org/using-go-modules> .
5. Update the phoenix asset by adjusting the value of `PHOENIX_ASSETS_VERSION` at the top of the Makefile and specify the tag name of the latest [Phoenix release](https://github.com/owncloud/phoenix/tags).
6. Run `make generate`.
6. Run `make clean generate`.
7. Create a changelog item for the update in the `changelog/$major.$minor.$patchVersion_YYYY-MM-DD` folder.
8. Commit your changes.
9. After merging, wait for the CI to run on the merge commit.
Expand Down
37 changes: 4 additions & 33 deletions pkg/assets/embed.go

Large diffs are not rendered by default.