Skip to content

Commit 99d1956

Browse files
authored
release: 2.0.0-rc.0 (#91)
1 parent e270daf commit 99d1956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
4444
with:
4545
token: empty
46-
tag: 'beta'
46+
tag: 'rc'
4747

4848
- name: Create GitHub Release
4949
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspack-chain",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-rc.0",
44
"keywords": [
55
"rspack",
66
"config",

0 commit comments

Comments
 (0)