Skip to content

Commit

Permalink
Add @changesets/changelog-git as a dependency of @changesets/cli (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Feb 13, 2022
1 parent 15c461d commit 0d1debd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-suns-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@changesets/changelog-git": patch
---

Fixed an issue with adding `[undefined]` to the generated changelog when the commit adding a changeset file could not be found. This could have happened when running `changeset add && changeset version` in a single command.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@babel/runtime": "^7.10.4",
"@changesets/apply-release-plan": "^5.0.4",
"@changesets/assemble-release-plan": "^5.0.5",
"@changesets/changelog-git": "^0.1.8",
"@changesets/config": "^1.6.4",
"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/changelog.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@changesets/changelog-git";
52 changes: 0 additions & 52 deletions packages/cli/src/changelog/index.ts

This file was deleted.

0 comments on commit 0d1debd

Please sign in to comment.