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
Copy file name to clipboardExpand all lines: RELEASES.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
This document is meant to explain the release process of Biome, and hopefully answer some questions.
4
4
5
-
The team doesn't provide ETAs (Estimated Time of Arrival). The team believes that enforcing deadlines to a group of volunteers is counterproductive, and can have negative effects on people.
5
+
The team doesn't provide ETAs (Estimated Time of Arrival). The team believes that enforcing deadlines for a group of volunteers is counterproductive, and can have negative effects on people.
6
6
7
7
## `npm` packages
8
8
9
9
### Prerelease
10
10
11
-
We publish pre-releases of the main `@biomejs/biome` package twice a week. These releases are built from `main`, they are meant for testing and verify that bugs are fixed.
11
+
We publish pre-releases of the main `@biomejs/biome` package twice a week. These releases are built from `main`, they are meant for testing and verifying that bugs are fixed.
12
12
13
13
These releases are published to `pkg.pr.new`, and an automated message is sent on [Discord](https://biomejs.dev/chat), in the `#release` channel.
14
14
@@ -17,15 +17,15 @@ These releases are published to `pkg.pr.new`, and an automated message is sent o
17
17
18
18
### Beta release
19
19
20
-
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the rights to publish these releases.
20
+
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the right to publish these releases.
21
21
22
22
These releases can be released on request, usually right before a stable release.
23
23
24
24
Beta releases are published on GitHub, and `npmjs.org` under the `beta` tag.
25
25
26
26
### Stable release
27
27
28
-
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the rights to publish these releases.
28
+
Stable releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the right to publish these releases.
29
29
30
30
Stable releases are published on GitHub, and `npmjs.org` under the `latest` tag.
31
31
@@ -37,4 +37,4 @@ You can reach us out on [discord](https://biomejs.dev/chat) if you require a ver
37
37
38
38
As for now, no changelogs or tags are published when new crates are released.
39
39
40
-
All Biome crates are published under a one single version.
40
+
All Biome crates are published under a single version.
0 commit comments