feat(core): Add support for multiple registries in the publish process

This commit is contained in:
2024-10-21 16:01:08 +02:00
parent f3d641d1c1
commit 819c1dca0f
3 changed files with 28 additions and 5 deletions

View File

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