mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
862 B
862 B
title, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
| title | weight | geekdocRepo | geekdocEditPath | geekdocFilePath |
|---|---|---|---|---|
| Releasing | 70 | https://github.com/owncloud/ocis | edit/master/docs/extensions/settings | releasing.md |
{{< toc >}}
Requirements
You need a working installation of the Go programming language installed to build the assets for a working release.
Releasing
After adding changes to the settings package within oCIS and testing them locally, you want to update the compiled assets to the oCIS binary.
To achieve this, you have to run a Go command and add the results to your PR. The preferred way to do this is to run make generate in the root
of the repository and then commit the resulting changes to your branch/PR.