feat(core): Enhance package publication workflow with dependency handling and CLI improvements.

This commit is contained in:
2024-10-21 13:21:47 +02:00
parent ed6e439424
commit a88e417e2f
9 changed files with 260 additions and 16 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-10-21 - 1.2.0 - feat(core)
Enhance package publication workflow with dependency handling and CLI improvements.
- Updated package description and keywords in package.json and npmextra.json.
- Integrated dependency extraction from root package.json into sub-package tspublish.json during initialization.
- Added build and publish script executions for each submodule.
- Improved CLI documentation and usage guidance in readme.md.
## 2024-10-21 - 1.1.0 - feat(core)
Add runCli function to execute TsPublish process