update-changelog icon indicating copy to clipboard operation
update-changelog copied to clipboard

Can this be used together with @release-drafter/release-drafter?

Open Andre601 opened this issue 3 years ago • 1 comments

I was wondering, if this action could be used together with release-drafter/release-drafter as in release-drafter creates the release and version and this action would update the CHANGELOG.md with the provided info in the release's comment body.

for example would release 1.2.2 result in the following markdown to be added to the CHANGELOG.md:

## [v1.2.2](https://github.com/Readme-Workflows/recent-activity/releases/tag/v1.2.2)

## Release Notes
- Prepare Changelog for 1.2.2 @Andre601 (#29)
- Auto-build whenever changes to a JS file are made (#28)

## Thanks to
@Andre601, @PuneetGopinath and @abhijoshi2k

The changelog probs would need changes like linking to the actual issue/PR since that doesn't happen automatically for it (unfortunately)

I never used this action but would love to have a way to update the CHANGELOG.md accordingly.

Andre601 avatar May 15 '21 12:05 Andre601

Unfortunately, for now, it is not supported. I plan to add release-drafter support in this successor of this project: https://github.com/vemel/nextchange

vemel avatar May 15 '21 23:05 vemel