Skip to content

Commit

Permalink
docs: update releases page for 1.0 release (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jun 22, 2024
1 parent 30725d5 commit ebf404e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Thanks for that you are interested in contributing to Rsbuild. Before starting y
[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your
own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local.

## Branches

- `main` -> Rsbuild v1.x
- `v0.x` -> Rsbuild v0.x

### Install Node.js

We recommend using Node.js 20. You can check your currently used Node.js version with the following command:
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ The following diagram illustrates the relationship between Rsbuild and other too

![Rspack Ecosystem](https://github.com/web-infra-dev/rsbuild/assets/7237365/1ec93ad6-b8b1-475b-963f-cba1e7d79dec)

## 📍 Roadmap

We plan to release Rsbuild v1.0 before July 2024 (based in Rspack v1.0), see [Rsbuild v1.0 Release Plan](https://github.com/web-infra-dev/rsbuild/discussions/1678).

## 📚 Getting Started

To get started with Rsbuild, see the [Quick Start](https://rsbuild.dev/guide/start/quick-start).
Expand Down
4 changes: 0 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ Rsbuild 具备以下特性:

![Rspack Ecosystem](https://github.com/web-infra-dev/rsbuild/assets/7237365/1ec93ad6-b8b1-475b-963f-cba1e7d79dec)

## 📍 路线图

我们计划在 2024 年 7 月之前发布 Rsbuild v1.0(基于 Rspack v1.0),参见 [Rsbuild v1.0 Release Plan](https://github.com/web-infra-dev/rsbuild/discussions/1678)

## 📚 快速上手

你可以参考 [快速上手](https://rsbuild.dev/zh/guide/start/quick-start) 来开始体验 Rsbuild。
Expand Down
5 changes: 0 additions & 5 deletions website/docs/en/community/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Rsbuild follows the [Semantic Versioning](https://semver.org/) specification.
- Minor version: contains backward compatible features and fixes.
- Patch version: contains backwards compatible bug fixes.

:::tip
Rsbuild is currently in 0.x version, so minor version may also contain some breaking changes.
:::

## Release cycle

- Rsbuild will release several patch versions every week.
- We plan to launch Rsbuild 1.0 stable version and based on Rspack 1.0 in the **July 2024**.
5 changes: 0 additions & 5 deletions website/docs/zh/community/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Rsbuild 遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/) 语义化
- 次版本号:包含向下兼容的功能性变更。
- 修订号:包含向下兼容的问题修正。

:::tip
Rsbuild 当前处于 0.x 版本,因此次版本号也会包含一些不兼容的 API 变更。
:::

## 发版周期

- Rsbuild 通常会在每周发布若干个 patch 版本。
- 我们计划于 **2024 年 7 月**:发布 Rsbuild 1.0 稳定版本,并基于 Rspack 1.0。

0 comments on commit ebf404e

Please sign in to comment.