Skip to content

Commit

Permalink
Remove needless call
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jan 12, 2024
1 parent 5a170ba commit fb08124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release/steps/clean-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ 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 fb08124

Please sign in to comment.