We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7820b20 commit 7c39440Copy full SHA for 7c39440
tasks/util/git.js
@@ -86,7 +86,7 @@ module.exports = {
86
});
87
},
88
tagName: function(callback) {
89
- childProcess.exec('git describe --tags', {}, function(err, stdout) {
+ childProcess.exec('git describe --tags --always', {}, function(err, stdout) {
90
if (err) {
91
throw new Error('git.tagName: ' + err.message);
92
}
0 commit comments