Skip to content

Commit c8303f3

Browse files
authored
tag.version is the tag not the repo (#72)
1 parent 77f38d0 commit c8303f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const services = ['upload-pack', 'receive-pack'];
3636
* @property {HttpDuplex} tag - an http duplex object (see below) with these extra properties:
3737
* @property {String} tag.repo - the string that defines the repo
3838
* @property {String} tag.commit - the string that defines the commit sha
39-
* @property {String} tag.version - the string that defines the repo
39+
* @property {String} tag.version - the string that defines the tag being pushed
4040
* @example
4141
repos.on('tag', function (tag) { ... }
4242

0 commit comments

Comments
 (0)