Skip to content

Commit

Permalink
using 0.1.0 for version
Browse files Browse the repository at this point in the history
  • Loading branch information
mercillo committed Aug 21, 2024
1 parent 3dbace0 commit df5cb77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,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
2 changes: 1 addition & 1 deletion 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.0",
"description": "Player UI devtools browser extension",
"author": "Rafael Campos <campos.rb@hotmail.com>",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if [ ! -z "$VERSION" ]; then
auto changelog

## Publish Package
## default GPG key needs to be set for signed commit to work
pnpm config set sign-git-tag true

pnpm version $VERSION -m "Bump version to: %s [skip ci]"

echo $branch
Expand Down

0 comments on commit df5cb77

Please sign in to comment.