File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,31 +35,28 @@ jobs:
3535 fetch-depth : 0
3636
3737 - name : Update Contributors in README.md
38- uses : akhilmhdh/contributors-readme-action@v2.3.6
38+ uses : akhilmhdh/contributors-readme-action@v2.3.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/contributors-readme-action@v2.3.6
46+ uses : akhilmhdh/contributors-readme-action@v2.3.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/contributors-readme-action@v2.3.6
55+ uses : akhilmhdh/contributors-readme-action@v2.3.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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import sharp from 'sharp';
2222import * as psl from 'psl' ;
2323
2424var name = "pake-cli" ;
25- var version = "3.2.14 " ;
25+ var version = "3.2.15 " ;
2626var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。" ;
2727var engines = {
2828 node : ">=16.0.0"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments