Files
opencloud/docs/extensions/storage/updating.md
Michael Barz 24e84f9bc2 Update Docs
2020-10-06 13:41:35 +02:00

660 B

title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Updating reva 2020-05-22T00:00:00+00:00 50 https://github.com/owncloud/ocis edit/master/docs/extensions/storage updating.md

{{< toc >}}

Updating reva

  1. Run go get github.com/cs3org/reva@master
  2. Create a changelog entry containing changes that were done in reva
  3. Create a Pull Request to ocis-reva master with those changes
  4. If test issues appear, you might need to [adjust the tests]({{< ref "testing.md" >}})
  5. After the PR is merged, consider doing a [release of the storage submodule]({{< ref "releasing.md" >}})