orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
123 stars 14 forks source link

feat(action): add output for the latest version #12

Closed nhedger closed 11 months ago

nhedger commented 11 months ago

This PR introduces a version output that holds the version of the latest release.

This output allows subsequent steps to retrieve and use the version string for further processing, such as updating a package.json file.


Related discussion: https://github.com/orhun/git-cliff-action/discussions/11

nhedger commented 11 months ago

Thank you @orhun !