Skip to content

Commit c01bd99

Browse files
committed
🔖 3.2.15
1 parent 974bc28 commit c01bd99

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,28 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Update Contributors in README.md
38-
uses: akhilmhdh/[email protected].6
38+
uses: akhilmhdh/[email protected].11
3939
with:
4040
image_size: 90
4141
columns_per_row: 7
42-
auto_detect_branch_protection: false
4342
env:
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544

4645
- name: Update Contributors in README_CN.md
47-
uses: akhilmhdh/[email protected].6
46+
uses: akhilmhdh/[email protected].11
4847
with:
4948
image_size: 90
5049
columns_per_row: 7
5150
readme_path: README_CN.md
52-
auto_detect_branch_protection: false
5351
env:
5452
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5553

5654
- name: Update Contributors in README_JP.md
57-
uses: akhilmhdh/[email protected].6
55+
uses: akhilmhdh/[email protected].11
5856
with:
5957
image_size: 90
6058
columns_per_row: 7
6159
readme_path: README_JP.md
62-
auto_detect_branch_protection: false
6360
env:
6461
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6562

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ cargo check --manifest-path=src-tauri/Cargo.toml
174174
- **NEVER commit code automatically** - User handles all git operations
175175
- **NEVER generate commit messages** - User writes their own commit messages
176176
- **NEVER run npm publish automatically** - Always remind user to run it manually
177+
- **NEVER execute git tag or push operations** - User handles all tag creation and GitHub pushes
177178
- Only make code changes, user decides when and how to commit
178179
- Test before user commits
179180

dist/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import sharp from 'sharp';
2222
import * as psl from 'psl';
2323

2424
var name = "pake-cli";
25-
var version = "3.2.14";
25+
var version = "3.2.15";
2626
var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。";
2727
var engines = {
2828
node: ">=16.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pake-cli",
3-
"version": "3.2.14",
3+
"version": "3.2.15",
44
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)