feat(core): Add runCli function to execute TsPublish process

This commit is contained in:
2024-10-21 12:57:54 +02:00
parent c0d81402fb
commit 4f555a2fe9
4 changed files with 47 additions and 16 deletions

13
changelog.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 2024-10-21 - 1.1.0 - feat(core)
Add runCli function to execute TsPublish process
- Introduced runCli function to start publish workflow using TsPublish class.
- Enhanced the process to read directory and create publish module directories.
- Improved logging for better tracking of found publish modules.
## 2024-10-21 - 1.0.1 - Initial Release
Initial release of the project.
- First version of the codebase