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