mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 12:01:27 -05:00
63c2da6540
Signed-off-by: Christian Richter <crichter@owncloud.com>
23 lines
751 B
Markdown
23 lines
751 B
Markdown
---
|
|
title: "Releasing"
|
|
weight: 70
|
|
geekdocRepo: https://github.com/owncloud/ocis
|
|
geekdocEditPath: edit/master/docs/services/settings
|
|
geekdocFilePath: releasing.md
|
|
---
|
|
|
|
{{< toc >}}
|
|
|
|
## Requirements
|
|
|
|
You need a working installation of [the Go programming language](https://golang.org/), [the Node runtime](https://nodejs.org/) and [the Yarn package manager](https://yarnpkg.com/) installed to build the assets for a working release.
|
|
|
|
## Releasing
|
|
|
|
The settings service doesn't have a dedicated release process. Simply commit your changes, make sure linting and unit tests pass locally and open a pull request.
|
|
|
|
### Package Hierarchy
|
|
|
|
- [ocis](https://github.com/owncloud/ocis)
|
|
- [ocis-settings](https://github.com/owncloud/ocis/tree/master/settings)
|