mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Fix ci again again again (#5329)
* fix changelog generation * fix changelog generation * fix
This commit is contained in:
parent
e32b0928d2
commit
1e90a2ef2d
@ -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);
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/spaces-test": patch
|
||||
---
|
||||
|
||||
feat:Update dependency prettier-plugin-svelte to v3
|
Loading…
Reference in New Issue
Block a user