[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
libnpmversion
/
lib
+ Folder
+ File
Upload
Editing: commit.js
const git = require('@npmcli/git') module.exports = (version, opts) => { const { commitHooks, allowSameVersion, signGitCommit, message } = opts const args = ['commit'] if (commitHooks === false) { args.push('-n') } if (allowSameVersion) { args.push('--allow-empty') } if (signGitCommit) { args.push('-S') } args.push('-m') return git.spawn([...args, message.replace(/%s/g, version)], opts) }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 commit.js
FILE
Ren
[EDIT]
DEL
📄 enforce-clean.js
FILE
Ren
[EDIT]
DEL
📄 index.js
FILE
Ren
[EDIT]
DEL
📄 read-json.js
FILE
Ren
[EDIT]
DEL
📄 retrieve-tag.js
FILE
Ren
[EDIT]
DEL
📄 tag.js
FILE
Ren
[EDIT]
DEL
📄 version.js
FILE
Ren
[EDIT]
DEL
📄 write-json.js
FILE
Ren
[EDIT]
DEL