File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- on : [push]
1
+ on :
2
+ pull_request_target : # Use pull_request_target
3
+ branches : [master, beta, release]
2
4
3
5
jobs :
4
6
test :
15
17
- name : Build
16
18
run : yarn build
17
19
- name : Test
20
+ run : yarn test
21
+ - name : UI-Test
18
22
run : yarn ui-test
19
23
- name : Post-processing
20
24
run : ./scripts/prepareVideo.sh
Original file line number Diff line number Diff line change 6
6
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/c35tkm29rm4m5364/branch/master?svg=true )] ( https://ci.appveyor.com/project/thomasnordquist/mqtt-explorer/branch/master )
7
7
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/47b26e03fce543ceac7914214482334a )] ( 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 )
8
8
9
- | | | |
10
- | :---: | :---: | :---: |
11
- | [ ![ screen_composite] ( https://mqtt-explorer.com/img/screen-composite_small.png )] ( https://mqtt-explorer.com/img/screen-composite.png ) | [ ![ screen2_small] ( https://mqtt-explorer.com/img/screen2_small.png )] ( https://mqtt-explorer.com/img/screen2.png ) | [ ![ screen3_small] ( https://mqtt-explorer.com/img/screen3_small.png )] ( https://mqtt-explorer.com/img/screen3.png ) |
9
+ | | | |
10
+ | :---------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: |
11
+ | [ ![ screen_composite] ( https://mqtt-explorer.com/img/screen-composite_small.png )] ( https://mqtt-explorer.com/img/screen-composite.png ) | [ ![ screen2_small] ( https://mqtt-explorer.com/img/screen2_small.png )] ( https://mqtt-explorer.com/img/screen2.png ) | [ ![ screen3_small] ( https://mqtt-explorer.com/img/screen3_small.png )] ( https://mqtt-explorer.com/img/screen3.png ) |
12
12
13
13
# The App has moved to [ mqtt-explorer.com] ( https://mqtt-explorer.com )
14
+
14
15
MQTT Explorer is a comprehensive and easy-to-use MQTT Client.
15
16
Downloads can be found at the link above.
16
17
@@ -29,6 +30,7 @@ yarn start
29
30
## Develop
30
31
31
32
Launch Application
33
+
32
34
``` bash
33
35
npm install -g yarn
34
36
yarn
@@ -63,6 +65,15 @@ npm run build
63
65
node dist/src/spec/webdriverio.js
64
66
```
65
67
68
+ ## Create a release
69
+
70
+ Create a PR to ` release ` branch.
71
+ There needs to be a "feat: some new feature" or "fix: some bugfix" commit for a new release to be created
72
+
73
+ ## Create a beta release
74
+
75
+ Create a PR to ` beta ` branch. A "feat" or "fix" commit is necessary to create a new version.
76
+
66
77
## Write docs
67
78
68
79
```
You can’t perform that action at this time.
0 commit comments