-
Notifications
You must be signed in to change notification settings - Fork 159
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
chore: add snapshot release pipelines #1853
Conversation
|
|
Coverage report
Test suite run success835 tests passing in 120 suites. Report generated by 🧪jest coverage report action from 91f11e2 |
a5b572e
to
0edf685
Compare
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.
Let's rename it to rc or beta
Renamed to |
What/Why/How?
Added
experimental
release flow:To release an experimental version to the NPM registry, follow these steps:
snapshot
label to the PR. This creates a new PR with to thesnapshot
branch (which is a copy of themain
branch).snapshot
tag.The released version can be installed with
npm install @redocly/cli@snapshot
or using the released version directly.Reference
Testing
Tested in this PR.
Screenshots (optional)
Check yourself
Security