Fix ci again again again (#5329)

* fix changelog generation

* fix changelog generation

* fix
This commit is contained in:
pngwn 2023-08-24 18:36:36 +01:00 committed by GitHub
parent e32b0928d2
commit 1e90a2ef2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 12 deletions

View File

@ -69,13 +69,13 @@ function run() {
.join("\n\n");
const new_changelog = `# ${pkg_name}
## ${version}
${release_notes}
${current_changelog.replace(`# ${pkg_name}`, "").trim()}
`.trim();
## ${version}
${release_notes}
${current_changelog.replace(`# ${pkg_name}`, "").trim()}
`.trim();
dirs.forEach((dir) => {
writeFileSync(join(dir, "CHANGELOG.md"), new_changelog);

View File

@ -1,5 +0,0 @@
---
"@gradio/spaces-test": patch
---
feat:Update dependency prettier-plugin-svelte to v3