Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
joisun committed Sep 25, 2024
1 parent f76e85c commit 41a2f00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "findjob-bot",
"description": "manifest.json description",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down
9 changes: 4 additions & 5 deletions publish note
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
wxt 不支持自定义输出文件名 https://github.com/wxt-dev/wxt/issues/177

因此发布的时候,tag 名,版本号 要和 实际zip 输出保持一致。 例如

因此发布的时候,tag 名,版本号 要和 实际 zip 输出版本号(package.json/version 字段)保持一致。 例如

package.json.version: 0.0.1
```bash
# right
git tag 0.0.1
git push origin 0.0.1
```


package.json.version: 0.0.1
```bash
# wrong
git tag v0.0.1
git push origin v0.0.1
```
```

0 comments on commit 41a2f00

Please sign in to comment.