Skip to content

Commit c4a744a

Browse files
committed
Merge branch 'release/1.0.1' of https://github.com/vypdev/promptimize into develop
2 parents b734d67 + b4ca101 commit c4a744a

4 files changed

Lines changed: 9 additions & 35 deletions

File tree

.github/workflows/hotfix_workflow.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
6767
- name: Setup pnpm
6868
uses: pnpm/action-setup@v4
69-
with:
70-
version: 9.15.4
7169

7270
- name: Setup Node.js
7371
uses: actions/setup-node@v4
@@ -81,24 +79,15 @@ jobs:
8179
- name: Bump version
8280
run: node scripts/bump-version.js "${{ github.event.inputs.version }}"
8381

84-
- name: Compile extension
85-
run: pnpm run compile
86-
87-
- name: Prepare multiplatform package dependencies
88-
run: pnpm install --force
89-
90-
- name: Package extension
91-
run: pnpm exec vsce package
92-
93-
- name: Commit updated package.json and dist directory
82+
- name: Commit bumped package.json
9483
id: commit
9584
uses: EndBug/add-and-commit@v9
9685
with:
97-
add: './out/ ./promptimize-*.vsix ./package.json'
86+
add: './package.json'
9887
committer_name: GitHub Actions
9988
committer_email: actions@github.com
10089
default_author: user_info
101-
message: 'gh-action: updated compiled files and bumped version to ${{ github.event.inputs.version }} (hotfix)'
90+
message: 'gh-action: bumped version to ${{ github.event.inputs.version }} (hotfix)'
10291

10392
tag:
10493
name: Publish version
@@ -134,8 +123,6 @@ jobs:
134123

135124
- name: Setup pnpm
136125
uses: pnpm/action-setup@v4
137-
with:
138-
version: 9.15.4
139126

140127
- name: Setup Node.js
141128
uses: actions/setup-node@v4

.github/workflows/release_workflow.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
6767
- name: Setup pnpm
6868
uses: pnpm/action-setup@v4
69-
with:
70-
version: 9.15.4
7169

7270
- name: Setup Node.js
7371
uses: actions/setup-node@v4
@@ -81,24 +79,15 @@ jobs:
8179
- name: Bump version
8280
run: node scripts/bump-version.js "${{ github.event.inputs.version }}"
8381

84-
- name: Compile extension
85-
run: pnpm run compile
86-
87-
- name: Prepare multiplatform package dependencies
88-
run: pnpm install --force
89-
90-
- name: Package extension
91-
run: pnpm exec vsce package
92-
93-
- name: Commit updated package.json and dist directory
82+
- name: Commit bumped package.json
9483
id: commit
9584
uses: EndBug/add-and-commit@v9
9685
with:
97-
add: './out/ ./promptimize-*.vsix ./package.json'
86+
add: './package.json'
9887
committer_name: GitHub Actions
9988
committer_email: actions@github.com
10089
default_author: user_info
101-
message: 'gh-action: updated compiled files and bumped version to ${{ github.event.inputs.version }} (release)'
90+
message: 'gh-action: bumped version to ${{ github.event.inputs.version }} (release)'
10291

10392
tag:
10493
name: Publish version
@@ -134,8 +123,6 @@ jobs:
134123

135124
- name: Setup pnpm
136125
uses: pnpm/action-setup@v4
137-
with:
138-
version: 9.15.4
139126

140127
- name: Setup Node.js
141128
uses: actions/setup-node@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ See [`docs/architecture/`](docs/architecture/) for detailed architecture documen
174174

175175
### Upgrading from Cursor Whisper
176176

177-
The extension was renamed to **Promptimize** (`promptimize` publisher). If you previously installed `cursor-whisper`:
177+
The extension was renamed to **Promptimize** (`vypdev` publisher). If you previously installed `cursor-whisper`:
178178

179179
1. Uninstall the old **Cursor Whisper** extension
180180
2. Install `promptimize-*.vsix` (or the new Marketplace listing when available)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"color": "#1a1d3a",
88
"theme": "dark"
99
},
10-
"version": "0.1.0",
11-
"publisher": "promptimize",
10+
"version": "1.0.1",
11+
"publisher": "vypdev",
1212
"author": {
1313
"name": "Promptimize Team"
1414
},

0 commit comments

Comments
 (0)