MCPcopy
hub / github.com/electron/forge / isMinorVersionBump

Method isMinorVersionBump

tools/update-dependencies.js:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 isMinorVersionBump() {
76 return (
77 this.minorVersionLocked &&
78 !satisfies(this.latestVersion, `~${this.wantedVersion}`)
79 );
80 }
81
82 async smoketestAndCommit(packageName = null) {
83 const packageJSONs = await glob('packages/*/*/package.json');

Callers 2

commitVersionMethod · 0.95
upgradeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected