Skip to content
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

Add a release candidate channel #18

Open
jwir3 opened this issue Oct 18, 2021 · 1 comment
Open

Add a release candidate channel #18

jwir3 opened this issue Oct 18, 2021 · 1 comment

Comments

@jwir3
Copy link
Contributor

jwir3 commented Oct 18, 2021

It would be nice if we had some form of a "release candidate" or "canary" type channel. This would allow us to test things without deploying a breaking change to npm.

@jwir3
Copy link
Contributor Author

jwir3 commented Oct 18, 2021

NOTE: This is partially fixed by #20, but there are still a few things broken:

  1. We don't yet have a running test suite on the CI system. This is probably more work than 2, because it requires that we setup an SSH server, via a bunch of monkeying around, run our tests against this, and then terminate the SSH server. Much of what is broken right now really is the authentication system to the SSH server, which is likely not setup correctly.
  2. We don't have any way of "pushing" a release candidate. This will likely require that we push -rcXX releases to npmjs.com, but we need to make sure that a version of 0.1.8 overrides 0.1.8-rc1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant