We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8236aa + b5eb3b3 commit cf877f8Copy full SHA for cf877f8
.pipeline/lib/config.js
@@ -1,7 +1,7 @@
1
"use strict";
2
const options = require("@bcgov/pipeline-cli").Util.parseArguments();
3
const changeId = options.pr; // aka pull-request
4
-const version = "2.3.7";
+const version = "2.3.9";
5
const name = "transaction";
6
7
Object.assign(options.git, { owner: "ychung-mot", repository: "TransAction" });
0 commit comments