Skip to content

Commit

Permalink
Clean changelog_unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jan 12, 2024
1 parent 4bf4a21 commit 9bb952d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release/steps/clean-changelog.js
Expand Up @@ -20,3 +20,5 @@ export default async function cleanChangelog({ repo }) {
await runGit(["commit", "-am", "Clean changelog_unreleased"]);
await runGit(["push", "--repo", repo]);
}

await cleanChangelog({ repo: "prettier/prettier" });

0 comments on commit 9bb952d

Please sign in to comment.