We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf9fab commit e9114deCopy full SHA for e9114de
scripts/bump-version/index.js
@@ -76,7 +76,7 @@ const main = (program) => {
76
restoreVersion = getLatestVersion(name)
77
notices.push(
78
`⚠️ Restoring ${name} to its latest published npm version (${restoreVersion}) instead of the repo's dev version (${repoVersion}).\n` +
79
- ` This package is released independently and excluded from the monorepo SDK version bump to avoid publishing an unreleased dev version to npm.`
+ ` This package is released independently and excluded from the monorepo SDK version bump to avoid publishing an unreleased dev version to npm.`
80
)
81
}
82
// Restore to the original version
0 commit comments