From 60f986e21dedfe02c97e483ec80110ad062d66ae Mon Sep 17 00:00:00 2001 From: Andrey Myssak Date: Thu, 13 Jul 2023 20:22:18 +0600 Subject: [PATCH] Replace 'master' with 'main' in the comment in changelog.js (#584) Co-authored-by: Sergey Myssak Signed-off-by: Andrey Myssak --- src-docs/src/views/package/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-docs/src/views/package/changelog.js b/src-docs/src/views/package/changelog.js index dba6a8205c..00e7efb708 100644 --- a/src-docs/src/views/package/changelog.js +++ b/src-docs/src/views/package/changelog.js @@ -15,7 +15,7 @@ import { OuiMarkdownFormat } from '../../../../src'; import { GuidePage } from '../../components/guide_page'; const changelogSource = require('../../../../CHANGELOG.md?raw').replace( - /## \[`main`\].+?##/s, // remove the `master` heading & contents + /## \[`main`\].+?##/s, // remove the `main` heading & contents '##' );