You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a feature to automatically generate a tag and release note using GitHub Actions after merging a pull request into the main branch.
I've noticed that GitHub offers a feature to release note automatically in Github . Is there a way to integrate this functionality or an API to utilize it within GitHub Actions?
Thanks
Update
I'v found release-drafter.
Seems like it can generate release note ALMOST automatically, need to go to Github and push "Publish release" button.
Done some research but still can't find a way to use "Generate release notes" feature in Actions :(
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestion
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
Hi, apologies if this has been discussed already.
I'm working on a feature to automatically generate a tag and release note using GitHub Actions after merging a pull request into the main branch.
I've noticed that GitHub offers a feature to release note automatically in Github . Is there a way to integrate this functionality or an API to utilize it within GitHub Actions?
Thanks
Update
I'v found release-drafter.
Seems like it can generate release note ALMOST automatically, need to go to Github and push "Publish release" button.
Done some research but still can't find a way to use "Generate release notes" feature in Actions :(
Beta Was this translation helpful? Give feedback.
All reactions