Automatically create a release pull request by triggering a workflow #429
Replies: 3 comments 3 replies
-
@Tuubz I have a question about how we trigger this workflow. My understanding is that we will trigger it manually from the github repository when the |
Beta Was this translation helpful? Give feedback.
-
I want to continue on this idea to have a new workflow to |
Beta Was this translation helpful? Give feedback.
-
Ticket is created #525 |
Beta Was this translation helpful? Give feedback.
-
As of now, when it's time to create a release, we execute the following steps:
develop
, then merge it tomaster
master
) →draft-new-release.yml
-> This was integrated in Add new workflow to generate Release note and version tag automatically #100
bump_version.yml
-> This was integrated in Automate New version bumping by Github action #301
As steps 2 & 3 are automated, so should we do the same for step 1 🚀
My idea is as follows:
create_release.yml
bump_version.yml
)draft-new-release.yml
)bump_version.yml
)6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions