From cc094d8801d92ea53243a64ec7f7ba9306d2f2e9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 3 Jun 2026 10:32:33 +0000 Subject: [PATCH] fix(metadata): update project metadata for code.foss.global repository --- .smartconfig.json | 8 ++++---- changelog.md | 3 +++ package.json | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.smartconfig.json b/.smartconfig.json index d788995..a2297f9 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -9,11 +9,11 @@ "schemaVersion": 2, "projectType": "npm", "module": { - "githost": "gitlab.com", - "gitscope": "gitzone/private", - "gitrepo": "gitzone", + "githost": "code.foss.global", + "gitscope": "git.zone", + "gitrepo": "cli", "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.", - "npmPackagename": "@gitzone_private/gitzone", + "npmPackagename": "@git.zone/cli", "license": "MIT", "keywords": [ "CLI", diff --git a/changelog.md b/changelog.md index fef5500..2caeadf 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,9 @@ - Remove the consumed Pending section when moving entries to a versioned release - Use async project metadata creation and safer unknown error handling for updated dependencies - Add changelog helper tests for missing, consumed, and recreated Pending sections +- update project metadata for code.foss.global repository (metadata) + - Updated repository, issue tracker, and homepage URLs to code.foss.global/git.zone/cli + - Aligned smartconfig module metadata with the @git.zone/cli package and git.zone scope ## 2026-05-24 - 2.19.4 diff --git a/package.json b/package.json index e7457c0..5208a89 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://gitlab.com/gitzone/private/gitzone.git" + "url": "https://code.foss.global/git.zone/cli.git" }, "keywords": [ "CLI", @@ -53,9 +53,9 @@ "author": "Task Venture Capital GmbH", "license": "MIT", "bugs": { - "url": "https://gitlab.com/gitzone/private/gitzone/issues" + "url": "https://code.foss.global/git.zone/cli/issues" }, - "homepage": "https://gitlab.com/gitzone/private/gitzone#readme", + "homepage": "https://code.foss.global/git.zone/cli#README", "devDependencies": { "@git.zone/tsbuild": "^4.4.2", "@git.zone/tsrun": "^2.0.1",