Skip to content

Commit

Permalink
Merge pull request #3767 from owncloud/fix-githug-typo
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
micbar authored Jul 13, 2020
2 parents 2512720 + 0174a84 commit cb52747
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/docs-releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Add dev docs for releases

We added documentation on the steps involved to release phoenix.

https://github.com/owncloud/phoenix/pull/3186
https://github.com/owncloud/phoenix/pull/3767
6 changes: 3 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ This repository contains the assets and these must be released first before bein

### Package Hierarchy

- [ocis](https://githug.com/owncloud/ocis)
- [ocis](https://github.com/owncloud/ocis)
- [ocis-phoenix](https://github.com/owncloud/ocis-phoenix)
- [ocis-pkg](https://github.com/owncloud/ocis-pkg)
- [phoenix](https://github.com/owncloud/phoenix)

#### Releasing Phoenix Frontend

1. Create a branch `release-$version`. in <https://github.com/owncloud/phoenix>
2. Create a Folder in `changelog` for the release version and date `mkdir $major.$minor.$patchVersion_YYYY-MM-DD`.
1. Create a branch `release-$version` in <https://github.com/owncloud/phoenix>.
2. Create a folder in `changelog` for the release version and date `mkdir $major.$minor.$patchVersion_YYYY-MM-DD`.
3. Move all changelog items from the `changelog/unreleased/` folder to the `$major.$minor.$patchVersion_YYYY-MM-DD` folder.
4. Commit your changes.
5. After merging, wait for the CI to run on the merge commit.
Expand Down

0 comments on commit cb52747

Please sign in to comment.