Skip to content

Commit 3dc8e71

Browse files
committed
doc(app-autoload): update doc
1 parent 18a11dd commit 3dc8e71

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,15 @@ pnpm i ./
6666
pnpm run dev
6767
```
6868

69+
## commit
70+
71+
commit messages must be `feat: xxx`, `fix: xxx` etc. commit message conventions.
72+
otherwise, it will not trigger release automatically.
73+
6974
### release
7075

7176
```sh
7277
pnpm release
7378
```
79+
80+
Attention: Github Action NPM_TOKEN need to be regenerated every three months.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/cxtom/hoth#readme",
3030
"dependencies": {
31-
"@hoth/app-autoload": "^2.0.3",
31+
"@hoth/app-autoload": "^2.0.4",
3232
"@hoth/logger": "^2.0.3",
3333
"@hoth/utils": "^2.0.0",
3434
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)