Skip to content

Commit

Permalink
feat(libnpmversion)!: remove silent option
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 12, 2024
1 parent 059ae52 commit ec847c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion workspaces/libnpmversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ npmVersion(arg, {
ignoreScripts: false, // do not run pre/post/version lifecycle scripts
scriptShell: '/bin/bash', // shell to run lifecycle scripts in
message: 'v%s', // message for tag and commit, replace %s with the version
silent: false, // passed to @npmcli/run-script to control whether it logs
}).then(newVersion => {
console.error('version updated!', newVersion)
})
Expand Down
1 change: 0 additions & 1 deletion workspaces/libnpmversion/lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = async (newversion, opts) => {
ignoreScripts,
preid,
pkg,
silent,
} = opts

const { valid, clean, inc } = semver
Expand Down

0 comments on commit ec847c9

Please sign in to comment.