agent-gate-installer 1.7.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,12 @@ npx agent-gate-installer --update
|
|
|
44
44
|
|
|
45
45
|
Pulls the latest code and reinstalls packages.
|
|
46
46
|
|
|
47
|
+
## Maintainer release notes
|
|
48
|
+
|
|
49
|
+
- Use Conventional Commit messages for releasable changes (for example `fix(installer): ...` or `feat(installer): ...`).
|
|
50
|
+
- For `main` merges, prefer `Squash and merge` or `Rebase and merge`.
|
|
51
|
+
- Avoid `Create a merge commit` for releasable changes because merge commit subjects are not conventional commits and can be skipped by release-please parsing.
|
|
52
|
+
|
|
47
53
|
## Uninstall
|
|
48
54
|
|
|
49
55
|
```bash
|