We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An example I've seen many times in my personal repos:
Why not add a new boolean flag to push a final release as a fallback for step 4 , or a more dynamic workflow param?
workflow
workflow: draft
workflow: auto
workflow: final
I know you have discussed workflows ad nauseam but I think this provides a really flexible alternative.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An example I've seen many times in my personal repos:
Why not add a new boolean flag to push a final release as a fallback for step 4 , or a more dynamic
workflow
param?workflow: draft
- always push draft releases, and finalize on merge to master (current behaviour)workflow: auto
- on merge/push to master check for existing release to finalize, otherwise push a new final releaseworkflow: final
- always push a new final release, from any branchI know you have discussed workflows ad nauseam but I think this provides a really flexible alternative.
The text was updated successfully, but these errors were encountered: