We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--message
1 parent c97b1df commit dddd07cCopy full SHA for dddd07c
βsource/cli-implementation.js
@@ -36,7 +36,7 @@ const cli = meow(`
36
--release-draft-only Only opens a GitHub release draft for the latest published version
37
--test-script Name of npm run script to run tests before publishing (default: test)
38
--no-2fa Don't enable 2FA on new packages (not recommended)
39
- --message Version bump commit message, '%s' will be replaced with version (default: default: '%s' with npm and 'v%s' with yarn)
+ --message Version bump commit message, '%s' will be replaced with version (default: '%s' with npm and 'v%s' with yarn)
40
41
Examples
42
$ np
0 commit comments