@auto-it/core
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -83,3 +83,3 @@ "use strict"; | ||
if (rawConfig.extends) { | ||
rawConfig = deepmerge_1.default(rawConfig, await this.loadExtendConfig(rawConfig.extends)); | ||
rawConfig = deepmerge_1.default(await this.loadExtendConfig(rawConfig.extends), rawConfig); | ||
} | ||
@@ -86,0 +86,0 @@ this.checkDeprecated(rawConfig); |
@@ -597,3 +597,3 @@ "use strict"; | ||
/** Create a release for the GitHub project */ | ||
async publish(releaseNotes, tag, prerelease = false, fallbackCommit) { | ||
async publish(releaseNotes, tag, prerelease = false, fallbackCommit, latestRelease = false) { | ||
this.logger.verbose.info("Creating release on GitHub for tag:", tag); | ||
@@ -608,2 +608,3 @@ const result = await this.github.repos.createRelease({ | ||
prerelease, | ||
make_latest: latestRelease, | ||
}); | ||
@@ -610,0 +611,0 @@ this.logger.veryVerbose.info("Got response from createRelease\n", result); |
{ | ||
"name": "@auto-it/core", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Node API for using auto.", | ||
@@ -40,3 +40,3 @@ "main": "dist/auto.js", | ||
"dependencies": { | ||
"@auto-it/bot-list": "11.0.1", | ||
"@auto-it/bot-list": "11.0.2", | ||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", | ||
@@ -104,3 +104,3 @@ "@octokit/core": "^3.5.1", | ||
}, | ||
"gitHead": "398ce9cea98d9250171cb1facafa5fe27b013bd2" | ||
"gitHead": "11d7d9da4a2aa66b30e63357812531fd46f086fc" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1128398
17008
+ Added@auto-it/bot-list@11.0.2(transitive)
- Removed@auto-it/bot-list@11.0.1(transitive)
Updated@auto-it/bot-list@11.0.2