Artifact publishing gained a create-the-path option that no reachable path exposes.
A create-path publish option forcing direct upload exists but is unreachable in this build.
What's wrong with this entry?
Publishing can now take an option that creates the destination path. It cannot be combined with a slug, force, a base version or a file list, forces the direct upload route, adds an extra capability and changes the wording of the retry advice on a failed fetch of the latest version.
- The rejected combination is reported as
create_bad_combowith the error "invalid publish options". - Its only caller reads the option from a live-doc module that is compiled to a constant
nullhere, so nothing in this build can set it.
LIVE_DOC_CREATE_PATH
Strings lifted out of the shipped bundle, so the claim above can be checked against them.