🔖 3.2.15
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
2
dist/cli.js
vendored
2
dist/cli.js
vendored
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user