feat(core): support cli tools inside mono repos.

This commit is contained in:
2025-01-02 03:31:15 +01:00
parent 51ca619151
commit 23f89eabf3
6 changed files with 74 additions and 34 deletions

View File

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