Skip to content

Commit 4e1ebea

Browse files
committed
Update
1 parent c7357c2 commit 4e1ebea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/prepare-plugin/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global module */
22

33
module.exports = {
4-
prepare(pluginConfig, context) {
5-
console.log('RELEASE', JSON.stringify({ pluginConfig, context }, null, 2));
4+
prepare(pluginConfig, { nextRelease, lastRelease, releases }) {
5+
console.log('RELEASE', JSON.stringify({ pluginConfig, nextRelease, lastRelease, releases }, null, 2));
66
},
77
};

0 commit comments

Comments
 (0)