We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4a657 commit 3c68518Copy full SHA for 3c68518
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
- name: Publish
46
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
47
with:
48
- # TODO: remove beta tag before release stable
49
- tag: beta
+ # TODO: remove rc tag before release stable
+ tag: rc
50
token: empty
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rspack/dev-server",
3
- "version": "2.0.0-beta.7",
+ "version": "2.0.0-rc.0",
4
"description": "Development server for rspack",
5
"homepage": "https://rspack.rs",
6
"bugs": "https://github.com/rstackjs/rspack-dev-server/issues",
0 commit comments