You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stoat currently lives in a private repository on GitHub, and for bookkeeping and accounting purposes we'd like to have it instead live in a public repository. While there isn't anything particularly sensitive there, the following steps should be completed as part of the process of going public:
Create a new public GitHub repo without copying over any history
Update prerelease.rb to not have any default repo names and error out if the RELEASE_TARGET_REPOS env var is not set
Update README.md to remove internal URLs and the repo names
Update prerelease.rb to move the internal GHE labels to an env var
Update release_pull_request.rb to move an internal URL to an env var
The text was updated successfully, but these errors were encountered:
Stoat currently lives in a private repository on GitHub, and for bookkeeping and accounting purposes we'd like to have it instead live in a public repository. While there isn't anything particularly sensitive there, the following steps should be completed as part of the process of going public:
prerelease.rb
to not have any default repo names and error out if theRELEASE_TARGET_REPOS
env var is not setREADME.md
to remove internal URLs and the repo namesprerelease.rb
to move the internal GHE labels to an env varrelease_pull_request.rb
to move an internal URL to an env varThe text was updated successfully, but these errors were encountered: