diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 127f6ad..bd3c18c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,31 +35,28 @@ jobs: fetch-depth: 0 - name: Update Contributors in README.md - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.11 with: image_size: 90 columns_per_row: 7 - auto_detect_branch_protection: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update Contributors in README_CN.md - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.11 with: image_size: 90 columns_per_row: 7 readme_path: README_CN.md - auto_detect_branch_protection: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update Contributors in README_JP.md - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.11 with: image_size: 90 columns_per_row: 7 readme_path: README_JP.md - auto_detect_branch_protection: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CLAUDE.md b/CLAUDE.md index cc347f8..efc2ba6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -174,6 +174,7 @@ cargo check --manifest-path=src-tauri/Cargo.toml - **NEVER commit code automatically** - User handles all git operations - **NEVER generate commit messages** - User writes their own commit messages - **NEVER run npm publish automatically** - Always remind user to run it manually +- **NEVER execute git tag or push operations** - User handles all tag creation and GitHub pushes - Only make code changes, user decides when and how to commit - Test before user commits diff --git a/dist/cli.js b/dist/cli.js index d61b646..e11accc 100755 --- a/dist/cli.js +++ b/dist/cli.js @@ -22,7 +22,7 @@ import sharp from 'sharp'; import * as psl from 'psl'; var name = "pake-cli"; -var version = "3.2.14"; +var version = "3.2.15"; var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。"; var engines = { node: ">=16.0.0" diff --git a/package.json b/package.json index 67bd345..314fe0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "3.2.14", + "version": "3.2.15", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0"