-
Notifications
You must be signed in to change notification settings - Fork 10
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: add Release Please (#2019) #2020
ci: add Release Please (#2019) #2020
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.
What do you think of also adding the option to manually trigger the branch syncing actions? This would allow us to trigger the PR creation if the GitHub Actions failed to automatically run, the original PRs were closed in error.
If you add the workflow_dispatch
event it will add the ability to trigger from CLI or GitHub UI. You can setup inputs for it to take in as well. For example in this case you'd want the tag name.
Adds:
staging
whenever a release is publishedproduction
whenever a stable release is published