feat(cli): support cached builds during push

This commit is contained in:
2026-05-13 10:19:56 +00:00
parent 843ac72f26
commit aad4d806e7
4 changed files with 41 additions and 5 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## Pending
### Features
- Support cached builds during `tsdocker push`.
- Apply `--cached` to the push command's build phase before registry publishing.
- Migrate the project release config to schema v2 targets for the current release workflow.
## 2026-05-09 - 2.2.8 - fix(package)
normalize bin entry path for the tsdocker CLI