Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Updated documentation [ci skip].
Browse files Browse the repository at this point in the history
  • Loading branch information
kittaakos authored Nov 9, 2017
1 parent 0706565 commit 8bd2fba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ Bundled Yangster electron application
```bash
git clone https://github.com/theia-ide/yangster-electron.git \
&& cd yangster-electron \
&& yarn
&& yarn \
&& yarn package
```

### Publishing a new release
- Go to the [`releases`](https://github.com/theia-ide/yangster-electron/releases) page and select the `Draft a new release` button.
- Set the desired version and select the target branch. The version should match the `v\d+\.\d+\.\d+` patten. For instance, `2.12.4`. By default, the target branch is `master`, which is fine for our use-case.
- Set the desired version and select the target branch. The version should match the `v\d+\.\d+\.\d+` patten. For instance, `v2.12.4`. By default, the target branch is `master`, which is fine for our use-case.
- Select `Save draft`.
- Update the product version in the `package.json`. The new version should match with the previously configured version of the draft release. Note, the leading `v` should be omitted from the version in the `package.json`.
- Commit your changes and push to the remote.
Expand Down

0 comments on commit 8bd2fba

Please sign in to comment.