Chore: clean up GH links, update settings (#2374)

This commit is contained in:
Robin van der Linde 2025-04-07 17:43:33 +02:00
parent aa373ee698
commit 0f177025e0
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 1089 additions and 1060 deletions

View file

@ -1,25 +1,54 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "themes", "section": "Theme improvements"},
{"type": "UX",
"section": "User experience improvements"
},
{
"type": "UI",
"section": "User interface improvements"
},
{"type": "Search",
"section": "Search related features"
},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "hidden": true},
{"type": "perf", "hidden": true},
{"type": "test", "hidden": true}
],
"commitUrlFormat": "https://github.com/pietervdvn/mapcomplete/commits/{{hash}}",
"compareUrlFormat": "https://github.com/pietervdvn/mapcomplete/compare/{{previousTag}}...{{currentTag}}"
}
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "themes",
"section": "Theme improvements"
},
{
"type": "UX",
"section": "User experience improvements"
},
{
"type": "UI",
"section": "User interface improvements"
},
{
"type": "Search",
"section": "Search related features"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
],
"commitUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/commits/{{hash}}",
"compareUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/compare/{{previousTag}}...{{currentTag}}"
}

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
{
"name": "mapcomplete",
"version": "0.50.7",
"repository": "https://github.com/pietervdvn/MapComplete",
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",
"homepage": "https://mapcomplete.org",
"main": "index.ts",
"type": "module",
@ -295,4 +295,4 @@
"vite-node": "^3.0.5",
"vitest": "^3.0.5"
}
}
}