Skip to content

Commit

Permalink
Replace 'master' with 'main' in the comment in changelog.js (opensear…
Browse files Browse the repository at this point in the history
…ch-project#584)

Co-authored-by: Sergey Myssak <[email protected]>
Signed-off-by: Andrey Myssak <[email protected]>
  • Loading branch information
andreymyssak and SergeyMyssak committed Jul 13, 2023
1 parent 0f07baf commit 60f986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/package/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
'##'
);

Expand Down

0 comments on commit 60f986e

Please sign in to comment.