-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: scaffold release workflows #2278
base: master
Are you sure you want to change the base?
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.
https://github.com/winstonjs/winston/blob/master/docs/publishing.md will also need updates.
Thanks!
@wbt @DABH Spent some time over the past week or so really refining the interactions and process between these workflows. From a practical example perspective you can look at this PR & Repo of mine that I've been using as a test-bed. If y'all want to play around with it I can make that happen. @DABH I sent you an email regarding the "Secret" requirements for these workflows. Just to re-iterate them here for context they are the following: Secrets:
Non Secret Variables (allow for easier migration between repos):
Will be updating the overall PR description to describe the process that this supports in the next day or so. Probably won't get to it tonight as it's late for me. |
Purpose
To support releasing & publishing new versions (of all kinds) from within the repository in a consistent manner.
Proposed process to take advantage of these workflows
To be filled out
Requirements to function
Secrets
Non Secret Variables (allow for easier migration between repos)
291962
(GitHub app developed by me, requested to install to this repo). This is subject to the app that is leveraged though.@winstonjs
Additional aspects that can likely be made configurable via the non-secret repo variables.
To-do Items