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 8648034 commit 93eb6e8Copy full SHA for 93eb6e8
.releaserc.js
@@ -1,5 +1,5 @@
1
const { createConfig } = require('./packages/release-config/lib/createConfig');
2
3
-const config = createConfig({});
+const config = createConfig({ monorepo: true });
4
5
-module.exports = { ...config };
+module.exports = { ...config };
0 commit comments