marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

Output of changelog for Github Actions. #43

Open jaymeh opened 2 years ago

jaymeh commented 2 years ago

Love this package!

Do you think it would be useful to have some way of utilising it with github actions by outputting the changelog contents for a specific release? This is so that it can be utilised within a release workflow to add the changelog text into a release body.

Just trying to think of some way this can be incorporated without getting in the way and looking for ideas.

Thanks