fix(metadata): update project metadata for code.foss.global repository
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user