Skip to content

Commit 3b0e511

Browse files
authored
Merge pull request #26 from player-ui/releaseVerioningFIx
update release script to remove git stash
2 parents 62061c0 + 37d065f commit 3b0e511

File tree

6 files changed

+8382
-6434
lines changed

6 files changed

+8382
-6434
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Release
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
48

59
jobs:
610
build:
@@ -24,12 +28,15 @@ jobs:
2428
- name: Install dependencies
2529
run: pnpm install --frozen-lockfile
2630

27-
- name: install sharp module
28-
run: pnpm add sharp
29-
3031
- name: fetch tags
3132
run: git fetch --tags
3233

34+
- name: git status
35+
run: git status
36+
37+
- name: git diff
38+
run: git diff
39+
3340
- name: auto version
3441
run: pnpm release
3542
env:
@@ -67,9 +74,6 @@ jobs:
6774
- name: git status
6875
run: git status
6976

70-
- name: git diff
71-
run: git stash
72-
7377
- name: pull latest version
7478
run: git pull --no-rebase
7579

CHANGELOG.md

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,102 @@
1+
# v0.1.4 (Wed Oct 09 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- added lock file ([@mercillo](https://github.com/mercillo))
6+
7+
#### Authors: 1
8+
9+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
10+
11+
---
12+
113
# v0.1.3 (Thu Aug 22 2024)
214

315
#### 🐛 Bug Fix
416

5-
- add chrome link to read me ([@mercillo](https://github.com/mercillo))
17+
- updated pnpm lockfile ([@mercillo](https://github.com/mercillo))
18+
19+
#### Authors: 1
20+
21+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
22+
23+
---
24+
25+
# v0.1.2 (Wed Aug 21 2024)
26+
27+
#### 🐛 Bug Fix
28+
29+
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
30+
31+
#### Authors: 1
32+
33+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
34+
35+
---
36+
37+
# v0.1.1 (Wed Aug 21 2024)
38+
39+
#### 🐛 Bug Fix
40+
41+
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
42+
43+
#### Authors: 1
44+
45+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
46+
47+
---
48+
49+
# v0.1.1 (Wed Aug 21 2024)
50+
51+
#### 🐛 Bug Fix
52+
53+
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
54+
55+
#### Authors: 1
56+
57+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
58+
59+
---
60+
61+
# v0.1.1 (Wed Aug 21 2024)
62+
63+
#### 🐛 Bug Fix
64+
65+
- Update env for correct secret [#25](https://github.com/player-ui/browser-devtools/pull/25) ([@mercillo](https://github.com/mercillo) [email protected])
66+
67+
#### ⚠️ Pushed to `main`
68+
69+
- using 0.1.0 for version ([@mercillo](https://github.com/mercillo))
70+
- 0.0.15 ([@mercillo](https://github.com/mercillo))
71+
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
72+
- pulls version from git ([@mercillo](https://github.com/mercillo))
73+
- removed pnpm publish, conflicts with gittag plugin ([@mercillo](https://github.com/mercillo))
74+
- update release script to remove git stash ([@mercillo](https://github.com/mercillo))
75+
76+
#### Authors: 2
77+
78+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
79+
- player oss ([email protected])
80+
81+
---
82+
83+
# v0.1.1 (Wed Aug 21 2024)
84+
85+
#### 🐛 Bug Fix
86+
87+
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
88+
89+
#### Authors: 1
90+
91+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
92+
93+
---
94+
95+
# v0.1.1 (Tue Aug 20 2024)
96+
97+
#### 🐛 Bug Fix
98+
99+
- update release script to remove git stash ([@mercillo](https://github.com/mercillo))
6100

7101
#### Authors: 1
8102

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-devtools",
33
"displayName": "Player ui devtools",
4-
"version": "0.0.15",
4+
"version": "0.1.4",
55
"description": "Player UI devtools browser extension",
66
"author": "Rafael Campos <[email protected]>",
77
"scripts": {
@@ -21,8 +21,8 @@
2121
"@auto-it/git-tag": "^11.1.6",
2222
"@auto-it/version-file": "^11.1.6",
2323
"@plasmohq/storage": "^1.10.0",
24-
"@player-tools/devtools-client": "0.7.0",
25-
"@player-tools/devtools-types": "0.7.0",
24+
"@player-tools/devtools-client": "0.9.0-next.0",
25+
"@player-tools/devtools-types": "0.9.0-next.0",
2626
"@player-ui/pubsub-plugin": "0.7.2-next.4",
2727
"@player-ui/react": "0.7.2-next.4",
2828
"dequal": "^2.0.3",
@@ -32,6 +32,7 @@
3232
"react": "18.2.0",
3333
"react-dom": "18.2.0",
3434
"react-error-boundary": "^4.0.12",
35+
"sharp": "^0.33.5",
3536
"tiny-uid": "^1.1.2"
3637
},
3738
"devDependencies": {

0 commit comments

Comments
 (0)