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 2a4944b commit f88f199Copy full SHA for f88f199
.changeset/config.json
@@ -67,4 +67,4 @@
67
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
68
"onlyUpdatePeerDependentsWhenOutOfRange": true
69
}
70
-}
+}
scripts/changesets/changelog-generate.js
@@ -11,7 +11,6 @@ const cwd = process.cwd();
11
// Umbrella package
12
const componentsPkg = '@contentful/f36-components';
13
14
-// todo: could this be retrieved from .changeset/config.json? there is some overlap but docs-utils is not there and codemod is
15
// Packages we don't want to have on changelog
16
const ignorePkgs = [
17
'@contentful/f36-cdn',
0 commit comments