mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #766 from cjmayo/ms-windows-store
Add ms-windows-store scheme
This commit is contained in:
commit
7f50c62b6b
3 changed files with 9 additions and 5 deletions
|
|
@ -66,12 +66,14 @@ Release process
|
|||
if so create a pull request using the GitHub workflow:
|
||||
"Create a branch with updated man pages and application translations"
|
||||
|
||||
2. edit `changelog.txt` and `upgrading.txt`
|
||||
2. run `scripts/update_iana_uri_schemes.sh` and commit any changes
|
||||
|
||||
3. confirm tests have passed
|
||||
3. edit `changelog.txt` and `upgrading.txt`
|
||||
|
||||
4. submit a pull request
|
||||
4. confirm tests have passed
|
||||
|
||||
5. create release (vX.Y.Z) on GitHub
|
||||
5. submit a pull request
|
||||
|
||||
6. check release has been created on PyPI
|
||||
6. create release (vX.Y.Z) on GitHub
|
||||
|
||||
7. check release has been created on PyPI
|
||||
|
|
|
|||
|
|
@ -436,6 +436,7 @@ ignored_schemes_other = r"""
|
|||
|gemini # Gemini protocol
|
||||
|isbn # ISBN (int. book numbers)
|
||||
|javascript # JavaScript
|
||||
|ms\-windows\-store # Microsoft Store
|
||||
|slack # Slack Technologies client
|
||||
|tg # Telegram
|
||||
|whatsapp # WhatsApp
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ iana_uri_schemes_other = {
|
|||
"gemini": "Gemini protocol",
|
||||
"isbn": "ISBN (int. book numbers)",
|
||||
"javascript": "JavaScript",
|
||||
"ms-windows-store": "Microsoft Store",
|
||||
"slack": "Slack Technologies client",
|
||||
"tg": "Telegram",
|
||||
"whatsapp": "WhatsApp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue