Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release script to remove git stash #26

Merged
merged 32 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6da247b
update release script to remove git stash
mercillo Aug 20, 2024
580ee58
Update CHANGELOG.md [skip ci]
Aug 20, 2024
92dd811
removed pnpm publish, conflicts with gittag plugin
mercillo Aug 21, 2024
9abe9f7
pulls version from git
mercillo Aug 21, 2024
57ae552
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Aug 21, 2024
779cd38
Update CHANGELOG.md [skip ci]
Aug 21, 2024
3dbace0
0.0.15
mercillo Aug 21, 2024
df5cb77
using 0.1.0 for version
mercillo Aug 21, 2024
e922f34
Update CHANGELOG.md [skip ci]
Aug 21, 2024
62c5ab1
Update CHANGELOG.md [skip ci]
mercillo Aug 21, 2024
a6b47bb
pnpm version unable to update due to directory not clean
mercillo Aug 21, 2024
e780e22
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Aug 21, 2024
5136b4d
Update CHANGELOG.md [skip ci]
Aug 21, 2024
7d57ba6
added sharp to package.json
mercillo Aug 21, 2024
e8173e8
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Aug 21, 2024
7863ce9
Update CHANGELOG.md [skip ci]
Aug 21, 2024
66ace7f
Bump version to: 0.1.1 [skip ci]
Aug 21, 2024
82eea87
sharp needed for release step
mercillo Aug 21, 2024
1158834
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Aug 21, 2024
b1cc2cb
Update CHANGELOG.md [skip ci]
Aug 21, 2024
b1a37ab
Bump version to: 0.1.2 [skip ci]
Aug 21, 2024
1a33eab
update tools
mercillo Aug 22, 2024
bd105e7
updated pnpm lockfile
mercillo Aug 22, 2024
3d75474
Update CHANGELOG.md [skip ci]
Aug 22, 2024
9da460c
Bump version to: 0.1.3 [skip ci]
Aug 22, 2024
cf697e8
updated to use dset
mercillo Oct 9, 2024
086bc4c
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Oct 9, 2024
527f2f0
added lock file
mercillo Oct 9, 2024
765e250
Update CHANGELOG.md [skip ci]
Oct 9, 2024
b17ae3a
Bump version to: 0.1.4 [skip ci]
Oct 9, 2024
208d83b
updated release for only push on main
mercillo Oct 9, 2024
37d065f
Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-de…
mercillo Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: [push]
on:
push:
branches:
- main


jobs:
build:
Expand All @@ -24,12 +28,15 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: install sharp module
run: pnpm add sharp

- name: fetch tags
run: git fetch --tags

- name: git status
run: git status

- name: git diff
run: git diff

- name: auto version
run: pnpm release
env:
Expand Down Expand Up @@ -67,9 +74,6 @@ jobs:
- name: git status
run: git status

- name: git diff
run: git stash

- name: pull latest version
run: git pull --no-rebase

Expand Down
96 changes: 95 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,102 @@
# v0.1.4 (Wed Oct 09 2024)

#### 🐛 Bug Fix

- added lock file ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.3 (Thu Aug 22 2024)

#### 🐛 Bug Fix

- add chrome link to read me ([@mercillo](https://github.com/mercillo))
- updated pnpm lockfile ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.2 (Wed Aug 21 2024)

#### 🐛 Bug Fix

- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.1 (Wed Aug 21 2024)

#### 🐛 Bug Fix

- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.1 (Wed Aug 21 2024)

#### 🐛 Bug Fix

- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.1 (Wed Aug 21 2024)

#### 🐛 Bug Fix

- Update env for correct secret [#25](https://github.com/player-ui/browser-devtools/pull/25) ([@mercillo](https://github.com/mercillo) [email protected])

#### ⚠️ Pushed to `main`

- using 0.1.0 for version ([@mercillo](https://github.com/mercillo))
- 0.0.15 ([@mercillo](https://github.com/mercillo))
- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))
- pulls version from git ([@mercillo](https://github.com/mercillo))
- removed pnpm publish, conflicts with gittag plugin ([@mercillo](https://github.com/mercillo))
- update release script to remove git stash ([@mercillo](https://github.com/mercillo))

#### Authors: 2

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
- player oss ([email protected])

---

# v0.1.1 (Wed Aug 21 2024)

#### 🐛 Bug Fix

- Merge branch 'releaseVerioningFIx' of github.com:player-ui/browser-devtools into releaseVerioningFIx ([@mercillo](https://github.com/mercillo))

#### Authors: 1

- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))

---

# v0.1.1 (Tue Aug 20 2024)

#### 🐛 Bug Fix

- update release script to remove git stash ([@mercillo](https://github.com/mercillo))

#### Authors: 1

Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-devtools",
"displayName": "Player ui devtools",
"version": "0.0.15",
"version": "0.1.4",
"description": "Player UI devtools browser extension",
"author": "Rafael Campos <[email protected]>",
"scripts": {
Expand All @@ -21,8 +21,8 @@
"@auto-it/git-tag": "^11.1.6",
"@auto-it/version-file": "^11.1.6",
"@plasmohq/storage": "^1.10.0",
"@player-tools/devtools-client": "0.7.0",
"@player-tools/devtools-types": "0.7.0",
"@player-tools/devtools-client": "0.9.0-next.0",
"@player-tools/devtools-types": "0.9.0-next.0",
"@player-ui/pubsub-plugin": "0.7.2-next.4",
"@player-ui/react": "0.7.2-next.4",
"dequal": "^2.0.3",
Expand All @@ -32,6 +32,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"sharp": "^0.33.5",
"tiny-uid": "^1.1.2"
},
"devDependencies": {
Expand Down
Loading