mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Default antora displayVersion
Issue gh-10765
This commit is contained in:
parent
6b56071c08
commit
c4812b17ee
@ -18,6 +18,9 @@ module.exports.register = function({ config }) {
|
||||
aggregate.displayVersion = `${aggregate.version}`
|
||||
delete aggregate.prerelease
|
||||
}
|
||||
if (aggregate.prerelease === "true" && !aggregate.displayVersion) {
|
||||
aggregate.displayVersion = `${aggregate.version}`
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user