chore: document release
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
on: [push]
|
on:
|
||||||
|
pull_request_target: # Use pull_request_target
|
||||||
|
branches: [master, beta, release]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -15,6 +17,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
run: yarn test
|
||||||
|
- name: UI-Test
|
||||||
run: yarn ui-test
|
run: yarn ui-test
|
||||||
- name: Post-processing
|
- name: Post-processing
|
||||||
run: ./scripts/prepareVideo.sh
|
run: ./scripts/prepareVideo.sh
|
||||||
13
Readme.md
13
Readme.md
@@ -7,10 +7,11 @@
|
|||||||
[](https://app.codacy.com/app/thomasnordquist/MQTT-Explorer?utm_source=github.com&utm_medium=referral&utm_content=thomasnordquist/MQTT-Explorer&utm_campaign=Badge_Grade_Dashboard)
|
[](https://app.codacy.com/app/thomasnordquist/MQTT-Explorer?utm_source=github.com&utm_medium=referral&utm_content=thomasnordquist/MQTT-Explorer&utm_campaign=Badge_Grade_Dashboard)
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
|:---:|:---:|:---:|
|
| :---------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: |
|
||||||
| [](https://mqtt-explorer.com/img/screen-composite.png) | [](https://mqtt-explorer.com/img/screen2.png) | [](https://mqtt-explorer.com/img/screen3.png) |
|
| [](https://mqtt-explorer.com/img/screen-composite.png) | [](https://mqtt-explorer.com/img/screen2.png) | [](https://mqtt-explorer.com/img/screen3.png) |
|
||||||
|
|
||||||
# The App has moved to [mqtt-explorer.com](https://mqtt-explorer.com)
|
# The App has moved to [mqtt-explorer.com](https://mqtt-explorer.com)
|
||||||
|
|
||||||
MQTT Explorer is a comprehensive and easy-to-use MQTT Client.
|
MQTT Explorer is a comprehensive and easy-to-use MQTT Client.
|
||||||
Downloads can be found at the link above.
|
Downloads can be found at the link above.
|
||||||
|
|
||||||
@@ -29,6 +30,7 @@ yarn start
|
|||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
Launch Application
|
Launch Application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
yarn
|
yarn
|
||||||
@@ -63,6 +65,15 @@ npm run build
|
|||||||
node dist/src/spec/webdriverio.js
|
node dist/src/spec/webdriverio.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Create a release
|
||||||
|
|
||||||
|
Create a PR to `release` branch.
|
||||||
|
There needs to be a "feat: some new feature" or "fix: some bugfix" commit for a new release to be created
|
||||||
|
|
||||||
|
## Create a beta release
|
||||||
|
|
||||||
|
Create a PR to `beta` branch. A "feat" or "fix" commit is necessary to create a new version.
|
||||||
|
|
||||||
## Write docs
|
## Write docs
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user