Skip to content

Commit f88f199

Browse files
committed
fix: tidy up changeset updates
1 parent 2a4944b commit f88f199

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@
6767
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
6868
"onlyUpdatePeerDependentsWhenOutOfRange": true
6969
}
70-
}
70+
}

scripts/changesets/changelog-generate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const cwd = process.cwd();
1111
// Umbrella package
1212
const componentsPkg = '@contentful/f36-components';
1313

14-
// todo: could this be retrieved from .changeset/config.json? there is some overlap but docs-utils is not there and codemod is
1514
// Packages we don't want to have on changelog
1615
const ignorePkgs = [
1716
'@contentful/f36-cdn',

0 commit comments

Comments
 (0)