FuelLabs / fuels-rs

Fuel Network Rust SDK
https://fuellabs.github.io/fuels-rs
Apache License 2.0
44.12k stars 1.34k forks source link

`markdown-link-checker` on CI fails for `docs.rs` links of unreleased versions #1168

Open Br1ght0ne opened 12 months ago

Br1ght0ne commented 12 months ago

Our versioned links (docs.rs/{{versions.package-name}}, implemented in https://github.com/FuelLabs/fuels-rs/pull/1098) work great, unless the PR bumps the versions to prepare for a release. In this case, the replaced links in the CI run for this release PR will point to a (yet) unreleased version of a fuels-* package.

The CI check should be made skippable/not required to allow seamless releases and versioned links at the same time.

An-tol commented 3 months ago

gm