jenkinsci/uipath-automation-package-plugin

Enable Release Drafter

SaarthakMaini opened this issue · 1 comments

What feature do you want to see added?

Release Drafter is a tool and GitHub app which helps to automate the management of releases notes. This tool generates changelog drafts using pull request metadata (commit headers, links, etc.) and then suggest a changelog draft in GitHub Release

Release drafter can be used as a GitHub Application or as a GitHub action. The recommended approach is to use the GitHub Action as the GitHub App is deprecated and won’t receive new features anymore. Also, the Application does not produce logs which would be available to plugin maintainers, and hence it might be difficult to troubleshoot errors if they occur.

Thx for the feedback SaarthakMani,
we will have a look at it.