-
Notifications
You must be signed in to change notification settings - Fork 61
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
chore: Create draft release for apollo-ios-codegen
when publishing a release
#435
Conversation
✅ Deploy Preview for eclectic-pie-88a2ba canceled.
|
✅ Deploy Preview for apollo-ios-docc canceled.
|
Merging and we'll monitor for any issues when we do the next release. |
- [ ] Run the []'Publish Release' workflow](https://github.com/apollographql/apollo-ios-dev/actions/workflows/publish-release.yml) in apollo-ios-dev |
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.
Do we need this step? The Publish Release
workflow should run automatically when merging release PRs
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.
The trigger is set to workflow_dispatch
which from the Actions documentation indicates it's a manual trigger. Am I interpreting that incorrectly?
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.
Yea so that means the workflow can be manually triggered, I believe it's also needed to allow dispatching from other workflows (although i could be wrong there) but we have it being dispatched here
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.
Ah, I see. OK, I'll get another PR up to remove that step - apologies.
When doing the release for 1.14.0 I noticed that there was no draft release created in the
apollo-ios-codegen
repo and I had to manually create releases for 1.13.0 and 1.14.0. This should now do that automatically for us.