We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afb4d6 commit 77ef230Copy full SHA for 77ef230
.github/workflows/release.yml
@@ -45,4 +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
50
token: empty
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rspack/dev-server",
3
- "version": "2.0.0-beta.0",
+ "version": "2.0.0-beta.1",
4
"license": "MIT",
5
"description": "Development server for rspack",
6
"main": "./dist/index.js",
0 commit comments