Skip to content

Commit

Permalink
commit cb52747
Browse files Browse the repository at this point in the history
Merge: 2512720 0174a84
Author: Michael Barz <[email protected]>
Date:   Mon Jul 13 21:08:03 2020 +0200

    Merge pull request #3767 from owncloud/fix-githug-typo

    Fix typo in docs
  • Loading branch information
micbar committed Jul 13, 2020
1 parent 0952659 commit 736d175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 736d175

Please sign in to comment.