@edifice.io/cli
Advanced tools
Comparing version 1.6.0-develop.8 to 1.6.0-develop.9
{ | ||
"name": "@edifice.io/cli", | ||
"version": "1.6.0-develop.8", | ||
"version": "1.6.0-develop.9", | ||
"description": "Edifice Frontend CLI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -100,4 +100,6 @@ // @ts-check | ||
).all.filter((c) => { | ||
console.log(c.message); | ||
const exclude = [ | ||
c.message.startsWith("Merge branch "), // No merge commits | ||
c.message.includes("version & publish"), // No version bump commits | ||
c.message.startsWith(releaseCommitMsg("")), // No example update commits | ||
@@ -159,3 +161,2 @@ ].some(Boolean); | ||
} | ||
return releaseLevel; | ||
@@ -412,3 +413,3 @@ }, | ||
console.info("Pushing changes..."); | ||
execSync("git push"); | ||
execSync(`git push origin ${currentGitBranch()}`); | ||
console.info(" Changes pushed."); | ||
@@ -415,0 +416,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54839
578
1