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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.1.0',
description: 'publish multiple, concise and small packages from monorepos'
version: '1.2.0',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}