Skip to content

Commit 3c68518

Browse files
authored
release: 2.0.0-rc.0 (#178)
1 parent cb4a657 commit 3c68518

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Publish
4646
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
4747
with:
48-
# TODO: remove beta tag before release stable
49-
tag: beta
48+
# TODO: remove rc tag before release stable
49+
tag: rc
5050
token: empty

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/dev-server",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-rc.0",
44
"description": "Development server for rspack",
55
"homepage": "https://rspack.rs",
66
"bugs": "https://github.com/rstackjs/rspack-dev-server/issues",

0 commit comments

Comments
 (0)