Permalink
Browse files
chore(doc-gen): insert current tagged version if missing from list of…
… all versions In commit ce49edc, we switched to npm info (now yarn info) instead of the local git repository information to get the list of currently available versions for the docs app. This means that during a release the version that is currently tagged is not yet available on npm, and therefore our list of available versions is incomplete. We now simply add the current build version (read from build/version.json) to the list of all versions if it fulfills the following conditions: - it is not a snapshot build - it is not already part of the list of all versions (i.e. if you are building locally on a tagged commit) Closes #15741 Closes #16099
- Loading branch information
Showing
with
9 additions
and 0 deletions.