We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7357c2 commit 4e1ebeaCopy full SHA for 4e1ebea
1 file changed
scripts/prepare-plugin/index.js
@@ -1,7 +1,7 @@
1
/* global module */
2
3
module.exports = {
4
- prepare(pluginConfig, context) {
5
- console.log('RELEASE', JSON.stringify({ pluginConfig, context }, null, 2));
+ prepare(pluginConfig, { nextRelease, lastRelease, releases }) {
+ console.log('RELEASE', JSON.stringify({ pluginConfig, nextRelease, lastRelease, releases }, null, 2));
6
},
7
};
0 commit comments