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": [ "types": [
{"type": "feat", "section": "Features"}, {
{"type": "fix", "section": "Bug Fixes"}, "type": "feat",
{"type": "themes", "section": "Theme improvements"}, "section": "Features"
{"type": "UX", },
"section": "User experience improvements" {
}, "type": "fix",
{ "section": "Bug Fixes"
"type": "UI", },
"section": "User interface improvements" {
}, "type": "themes",
{"type": "Search", "section": "Theme improvements"
"section": "Search related features" },
}, {
{"type": "chore", "hidden": true}, "type": "UX",
{"type": "docs", "hidden": true}, "section": "User experience improvements"
{"type": "style", "hidden": true}, },
{"type": "refactor", "hidden": true}, {
{"type": "perf", "hidden": true}, "type": "UI",
{"type": "test", "hidden": true} "section": "User interface improvements"
], },
"commitUrlFormat": "https://github.com/pietervdvn/mapcomplete/commits/{{hash}}", {
"compareUrlFormat": "https://github.com/pietervdvn/mapcomplete/compare/{{previousTag}}...{{currentTag}}" "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", "name": "mapcomplete",
"version": "0.50.7", "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", "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", "homepage": "https://mapcomplete.org",
"main": "index.ts", "main": "index.ts",
"type": "module", "type": "module",
@ -295,4 +295,4 @@
"vite-node": "^3.0.5", "vite-node": "^3.0.5",
"vitest": "^3.0.5" "vitest": "^3.0.5"
} }
} }