requarks / changelog-action

GitHub Action to generate changelog from conventional commits
MIT License
128 stars 41 forks source link

Output name in action.yml differs from actual #29

Closed cupofme closed 1 year ago

cupofme commented 1 year ago

In action.yaml output is defined as follows:

outputs:
  changelog:
    description: Generated changelog

But it is not usable and outputs.changes needs to be used instead. It causes confusion when using IDE extensions that rely on action.yml.