mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
fix: correct repository URL casing to match canonical Kaelio org name (#188)
semantic-release pushes the release commit to whatever repository.url holds, then GitHub 301-redirects the lowercase /kaelio/ktx.git to the canonical /Kaelio/ktx.git. The redirect causes branch-protection actor evaluation to misbehave (bypass list matches are lost). Pinning the correct case avoids the redirect entirely.
This commit is contained in:
parent
17647a436a
commit
b43000f961
1 changed files with 3 additions and 3 deletions
|
|
@ -70,10 +70,10 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/kaelio/ktx.git"
|
"url": "git+https://github.com/Kaelio/ktx.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/kaelio/ktx/issues"
|
"url": "https://github.com/Kaelio/ktx/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/kaelio/ktx#readme"
|
"homepage": "https://github.com/Kaelio/ktx#readme"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue