Skip to content

Commit

Permalink
test: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xie392 committed Nov 24, 2024
1 parent 897fb7f commit e8efb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ git commit -m "feat: init"
# 注意:你这里还需要先关联你的远程仓库,根据自己需求更改
git remote add origin https://github.com/xie392/create-xie392-template.git
git tag v0.0.1
git push origin master --tags
git push origin v0.0.1
```

> 如果发布成功或失败都会通过邮箱通知你,你自己也可以看看 `Action` 的进度。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-xie392-template",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "my project templates",
"private": false,
"files": [
Expand Down

0 comments on commit e8efb46

Please sign in to comment.