We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6511d6 commit d12d453Copy full SHA for d12d453
.changelog/01.txt
@@ -0,0 +1,2 @@
1
+breaking
2
+Fixes
src/changelog-utils.js
@@ -26,7 +26,7 @@ export async function addToChangelog(changeType) {
26
"utf-8",
27
);
28
29
- git.add(".changeset");
+ git.add(".changelog");
30
}
31
32
export async function prepareRelease() {
0 commit comments