We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e270daf commit 99d1956Copy full SHA for 99d1956
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
44
with:
45
token: empty
46
- tag: 'beta'
+ tag: 'rc'
47
48
- name: Create GitHub Release
49
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rspack-chain",
3
- "version": "2.0.0-beta.1",
+ "version": "2.0.0-rc.0",
4
"keywords": [
5
"rspack",
6
"config",
0 commit comments