Skip to content

Commit 77ef230

Browse files
authored
chore: release v2.0.0-beta.1 (#126)
1 parent 9afb4d6 commit 77ef230

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +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
4850
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.0",
3+
"version": "2.0.0-beta.1",
44
"license": "MIT",
55
"description": "Development server for rspack",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)