We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a11dd commit 3dc8e71Copy full SHA for 3dc8e71
2 files changed
README.md
@@ -66,8 +66,15 @@ pnpm i ./
66
pnpm run dev
67
```
68
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
74
### release
75
76
```sh
77
pnpm release
78
79
80
+Attention: Github Action NPM_TOKEN need to be regenerated every three months.
packages/cli/package.json
@@ -28,7 +28,7 @@
28
},
29
"homepage": "https://github.com/cxtom/hoth#readme",
30
"dependencies": {
31
- "@hoth/app-autoload": "^2.0.3",
+ "@hoth/app-autoload": "^2.0.4",
32
"@hoth/logger": "^2.0.3",
33
"@hoth/utils": "^2.0.0",
34
"@types/fs-extra": "^9.0.13",
0 commit comments