diff --git a/.github/workflows/actions/changelog/package.json b/.github/workflows/actions/changelog/package.json new file mode 100644 index 00000000000..e7296af8524 --- /dev/null +++ b/.github/workflows/actions/changelog/package.json @@ -0,0 +1,6 @@ +{ + "name": "changelog", + "main": "index.js", + "type": "module", + "description": "changelog generator" +}