Skip to content

Commit

Permalink
chore: Rewrite IGNORE_TEXT (#11667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang authored Jun 5, 2023
1 parent 95f0660 commit e02de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/plugins/fetch-databend-releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const GITHUB_REPO = 'https://api.github.com/repos/datafuselabs/databend';
const DATABEND_RELEASES = 'https://api.github.com/repos/datafuselabs/databend/releases';
const DATABEND_DOWNLOAD = 'https://repo.databend.rs/databend';

const IGNORE_TEXT = '<!-- Release notes generated using configuration in .github/release.yml at main -->';
const IGNORE_TEXT = /<!-- Release notes generated using configuration in .github\/release.yml at [\w.-]+ -->/;
const REG = /https:\/\/github\.com\/datafuselabs\/databend\/pull\/(\d+)/g;
const REPLACE_TEXT = '[#$1](https://github.com/datafuselabs/databend/pull/$1)';

Expand Down

1 comment on commit e02de73

@vercel
Copy link

@vercel vercel bot commented on e02de73 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend.vercel.app
databend-databend.vercel.app
databend-git-main-databend.vercel.app
databend.rs

Please sign in to comment.