Skip to content

Commit d2ef0c4

Browse files
authored
docs(config): use correct v8 tag for API generation (#3519)
1 parent bfe4357 commit d2ef0c4

File tree

1 file changed

+1
-3
lines changed
  • plugins/docusaurus-plugin-ionic-component-api

1 file changed

+1
-3
lines changed

plugins/docusaurus-plugin-ionic-component-api/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ module.exports = function (context, options) {
5252

5353
let npmTag = 'latest';
5454
if (currentVersion.banner === 'unreleased') {
55-
// TODO create a ticket to re-enable this once v8 is released.
56-
// npmTag = 'next';
57-
npmTag = '7.5.8-dev.11702398696.1ab62ea9';
55+
npmTag = 'next';
5856
} else if (currentVersion.path !== undefined) {
5957
npmTag = currentVersion.path.slice(1);
6058
}

0 commit comments

Comments
 (0)