saadmk11 / changelog-ci

Changelog CI is a GitHub Action that enables a project to automatically generate changelogs
https://github.com/marketplace/actions/changelog-ci
MIT License
130 stars 20 forks source link

Use description of a PR #97

Open OpenCode opened 1 year ago

OpenCode commented 1 year ago

There are cases where the text of the changelog needs to be particularly articulate. For example you need to add pieces of code, links, etc.

In such cases, it would be useful to be able to have in the configurations the option to use the PR description as a section of the changelog instead of its title. A key could be added in the configurations for cases of changelog_type = pull_request (to indicate a value between "title" or "description")