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

More specific and slightly gentler information about the preview period #415

Merged
merged 4 commits into from
Apr 1, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Button } from '@apollo/space-kit/Button';
import { Link } from 'gatsby';
import { colors } from 'gatsby-theme-apollo-core';

> **Rover is in active, rapid development.** It should not be used in production projects. Rover commands are subject to breaking changes without notice.
> **Rover is in active, rapid development.** Rover commands are subject to breaking changes without notice. Until we declare version 0.1.0 or higher, we do not yet recommend integrating Rover in critical production systems.
ndintenfass marked this conversation as resolved.
Show resolved Hide resolved
ndintenfass marked this conversation as resolved.
Show resolved Hide resolved
>
> For details, see [Public preview](#public-preview).

Expand All @@ -30,7 +30,7 @@ Rover does _not_ currently provide client-specific features, such as code genera

## Public preview

Rover's public preview period is currently active! Throughout this period, the Rover team will release new beta versions of Rover for the public to test out and provide feedback on. We plan to release a new version approximately every 2 weeks, with the possibility of critical bug patches in between.
Rover's public preview period is currently active! Throughout this period, the Rover team will release new preview versions of Rover for the public to test out and provide feedback on. We plan to release a new version approximately every 2 weeks, with the possibility of critical bug patches in between. While we no longer have any planned changes to the command structure, prior to version 0.1.0 we reserve the right to make breaking changes in new releases without notice.
ndintenfass marked this conversation as resolved.
Show resolved Hide resolved
ndintenfass marked this conversation as resolved.
Show resolved Hide resolved

The documentation for Rover includes some commands that are still in development, and therefore can't be used yet. These commands are noted as unreleased. Unless a command is noted as unreleased in progress, you can assume **it should work**. If you experience issues using a command, _please_ [open an issue](https://github.com/apollographql/rover/issues/new) and let us know!

Expand Down