UNPKG

npub

Version:

publishing tool for your node projects hosted on github

15 lines (9 loc) 259 B
debug = require('debug') 'commit-changes' module.exports = (git, tag, callback) -> debug tag git.commit tag, (success) -> debug "status: #{success}" if !success callback(new Error "failed to commit changes") return callback()