-
Notifications
You must be signed in to change notification settings - Fork 60
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
cI: Release Automation Step 1 #392
Conversation
Updating workflow to be able to test
✅ Deploy Preview for eclectic-pie-88a2ba canceled.
|
✅ Deploy Preview for apollo-ios-docc canceled.
|
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.
This is awesome! Thanks so much for getting this started!
I think the changelog can definitely be automated but we'd need to all adopt PR titles like Conventional Commits specifies. The changelog will be less descriptive than we have now but collecting those explanations is what makes it a manual process at the moment. |
We could enforce this through our PR validation action so the community has to abide too. |
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.
LGTM!
Yea I assumed we would do something along these lines, figured some investigation and discussion to decide exactly what we want to would be good. |
This is the first step in automating our release process as much as possible. The plan is to have this manually triggered CI job that can create the initial PR and handle all the basic tasks associated with that. Then a separate CI job that will be triggered on merge of release PRs to handle the tasks associated with that (tagging, creating release on github repo etc)
Currently planning to leave CHANGELOG handling as a manual process and get as many other parts of the CI process as possible automated and then revisit the possibility of automating CHANGELOG handling as well.
Sample Release PR created by this workflow: #394
The "Things to do as part of releasing" section will be the focus of the workflow that triggers from merging the release PR.