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.
1 parent 77f38d0 commit c8303f3Copy full SHA for c8303f3
lib/git.js
@@ -36,7 +36,7 @@ const services = ['upload-pack', 'receive-pack'];
36
* @property {HttpDuplex} tag - an http duplex object (see below) with these extra properties:
37
* @property {String} tag.repo - the string that defines the repo
38
* @property {String} tag.commit - the string that defines the commit sha
39
- * @property {String} tag.version - the string that defines the repo
+ * @property {String} tag.version - the string that defines the tag being pushed
40
* @example
41
repos.on('tag', function (tag) { ... }
42
0 commit comments