Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Andre601 opened this issue May 15, 2021 · 1 comment
Open

Comments

@Andre601
Copy link
Contributor

Andre601 commented May 15, 2021

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.

@vemel
Copy link
Owner

vemel commented May 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants