-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add automatic changelog generation in release workflow #784
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are always creating a new commit for the updated changelog for each release, then we will always have to create a PR to merge back into main. At the top of this file there is an input called createPullRequest
, which we use to determine if we want to automatically create a PR back to main or not. I think you can remove this input and have it that the workflow always creates a PR.
✅ Deploy Preview will be available once build job completes!
|
Proposed changes
This PR aims to add automatic changelog generation whenever the release workflow is ran.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)