Skip to content

publishVersion

PieterHering edited this page Mar 30, 2021 · 1 revision

publishVersion

publishVersion contains the actual version preferably in SEMVER notation.

For Logius specifications this field is required: if publishVersion exists, this value will be used by the Webhook receiver as directory name. The value will be added to the This version url. Currently, the 'This version' url will only point to the [publication server] if specStatus == "DEF". Otherwise it will refer to the github.io environment. If 'publishVersion' does not exist the publishDate will be used.

var respecConfig = {
 publishVersion: "3.8",
};