fix(metadata): update project metadata for code.foss.global repository

This commit is contained in:
2026-06-03 10:32:33 +00:00
parent 0b7cd9c635
commit cc094d8801
3 changed files with 10 additions and 7 deletions
+4 -4
View File
@@ -9,11 +9,11 @@
"schemaVersion": 2, "schemaVersion": 2,
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "code.foss.global",
"gitscope": "gitzone/private", "gitscope": "git.zone",
"gitrepo": "gitzone", "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.", "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", "license": "MIT",
"keywords": [ "keywords": [
"CLI", "CLI",
+3
View File
@@ -10,6 +10,9 @@
- Remove the consumed Pending section when moving entries to a versioned release - 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 - Use async project metadata creation and safer unknown error handling for updated dependencies
- Add changelog helper tests for missing, consumed, and recreated Pending sections - 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 ## 2026-05-24 - 2.19.4
+3 -3
View File
@@ -30,7 +30,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitlab.com/gitzone/private/gitzone.git" "url": "https://code.foss.global/git.zone/cli.git"
}, },
"keywords": [ "keywords": [
"CLI", "CLI",
@@ -53,9 +53,9 @@
"author": "Task Venture Capital GmbH", "author": "Task Venture Capital GmbH",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@git.zone/tsbuild": "^4.4.2", "@git.zone/tsbuild": "^4.4.2",
"@git.zone/tsrun": "^2.0.1", "@git.zone/tsrun": "^2.0.1",