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 52bc462 commit 6bc633fCopy full SHA for 6bc633f
tests/earl-report.js
@@ -78,7 +78,7 @@ function EarlReport(options) {
78
};
79
/* eslint-enable quote-props */
80
if(this.env && this.env.version) {
81
- this._report['doap:release']['doap:name'] = this.env.version;
+ this._report['doap:release']['doap:revision'] = this.env.version;
82
}
83
84
0 commit comments