You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- Add a standalone DevTools `self-update` command plus global `--working-dir` and `--auto-update` binary options for local or global installations (#272)
You can also run individual commands for specific development tasks:
@@ -288,6 +294,7 @@ skills they depend on.
288
294
|`composer codeowners`| Generates managed `.github/CODEOWNERS` content from local repository metadata. |
289
295
|`composer gitattributes`| Manages export-ignore rules in `.gitattributes`. |
290
296
|`composer dev-tools:sync`| Updates scripts, CODEOWNERS, funding metadata, workflow stubs, `.editorconfig`, `.gitignore`, `.gitattributes`, wiki setup, packaged skills, and packaged agents. |
297
+
|`vendor/bin/dev-tools self-update` / `composer dev-tools:self-update`| Updates the local DevTools package, or the Composer global installation with `--global`. |
0 commit comments