Closed
Description
Pre-Checks
- Follow our Code of Conduct.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a semantic-release issue and not related to a combination with another package.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
- I am willing to provide a PR.
Describe the bug
I wonder how to prevent overwrite workspace:*
?
example:
package-a ( v1.0.0 )
app's package.json after release
"package-a": "workspace:*"
to "package-a": "1.0.0"
Minimal reproduction code
No response
Additional Context
No response
Environment Info
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M1
Memory: 41.81 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
pnpm: 9.1.1 - ~/.nvm/versions/node/v20.9.0/bin/pnpm
bun: 1.0.25 - /opt/homebrew/bin/bun
Browsers:
Chrome: 126.0.6478.61
Safari: 17.5
npmPackages:
@anolilab/multi-semantic-release: ^1.1.3 => 1.1.3
@anolilab/semantic-release-pnpm: ^1.1.3 => 1.1.3
Which module system do you use?
- CJS
- ESM
Used Package Manager
pnpm