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.
2 parents 32b0439 + 5cc16db commit 61b0f2bCopy full SHA for 61b0f2b
1 file changed
scripts/prebuild.js
@@ -22,6 +22,7 @@ if (version) {
22
version = matched[0];
23
24
packageJson.version = version;
25
+ packageJson.nhctl.version = version;
26
27
require("./updateChangelog");
28
} else {
@@ -31,7 +32,6 @@ if (version) {
31
32
if (process.env.CI === "true") {
33
env = "beta";
34
- // execSync("git fetch --depth=30");
35
const rev = execSync(`git rev-parse --short HEAD`)
36
.toString()
37
.split("\n")[0];
0 commit comments