Commit 4380590
authored
ci: configure v3 publish tag in package metadata (#2271)
## Summary
Configure `v3` through `publishConfig.tag` and let `npm publish` consume
it.
npm 11 rejects `--tag v3` at the CLI because `v3` is a valid semver
range, even though this package already uses `v3` as an established
registry dist-tag. `publishConfig` passes the tag to the registry
publisher without the CLI's semver-range validation, preserving the
existing dist-tag.1 parent 4c84fe7 commit 4380590
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments