ncipollo / release-action

An action which manages a github release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing "body.md" with "generateReleaseNotes: true"

jwalton opened this issue · comments

Describe the bug

Just tried out your action with generateReleaseNotes: true, but it failed with the error:

Error: Error undefined: ENOENT: no such file or directory, open 'body.md'

To Reproduce

Configuration is:

      - uses: ncipollo/release-action@v1
        with:
          generateReleaseNotes: true
          makeLatest: true
          artifacts: "rust-book-abridged.pdf"
          bodyFile: "body.md"

Action run is here and the full config is here.

Expected behavior
Action should generate release notes.

Sorry, ignore this.

I specified bodyFile: "body.md" because I copy pasted this from an example, and I didn't notice because I am not a smart person. :P