Skip to content

Commit 0265650

Browse files
authored
ci: exclude release compare URLs from link checker (#76)
Release-please generates compare URLs like patchloom-v0.0.0...patchloom-v0.0.1 in CHANGELOG.md. These tags do not exist until the release PR merges, so lychee reports 404. Exclude the compare URL prefix alongside the store exclusions. Remove all three exclusions after the first successful release. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 09b46c1 commit 0265650

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ timeout = 30
1010
# Max concurrent requests
1111
max_concurrency = 4
1212

13-
# Exclude store URLs that return 404 until first publish
13+
# Exclude URLs that return 404 until first publish.
14+
# Remove these exclusions after the first successful release.
1415
exclude = [
1516
"https://marketplace.visualstudio.com/items\\?itemName=patchloom\\.patchloom",
1617
"https://open-vsx.org/extension/patchloom/patchloom",
18+
"https://github.com/patchloom/patchloom-vscode/compare/patchloom-v",
1719
]

0 commit comments

Comments
 (0)