Skip to content

Commit abd1552

Browse files
authored
fix: Use "latest" tag for canary release (#10538)
I have noticed that in the documentation its suggested to use `latest` tag for the rspack-canary packages. But latest released version for the package actually has a `canary` tag. The version by `latest` tag seems to be outdated and not updated anymore. Because of the alleged inconsistency of documentation and versions tags, I suggest changing the tag in the canary release workflow from `canary` to `latest`. Alternative would be to update the documentation. Links: https://rspack.rs/guide/start/quick-start#install-canary-version https://www.npmjs.com/package/@rspack-canary/core?activeTab=versions
1 parent 822902e commit abd1552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
run: |
105105
./x version snapshot
106106
pnpm run build:js:canary
107-
./x publish snapshot --tag canary
107+
./x publish snapshot --tag latest
108108
env:
109109
NPM_TOKEN: ${{ secrets.RSPACK_CANARY_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)