File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1791791 . Uninstall the old ** Cursor Whisper** extension
1801802 . Install ` promptimize-*.vsix ` (or the new Marketplace listing when available)
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments