release-please
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -182,2 +182,5 @@ "use strict"; | ||
}); | ||
// This GitHub instance has potentially been instantiated with | ||
// credentials from probot, make sure to chain it through: | ||
releaser.gh = this.gh; | ||
await releaser.run(); | ||
@@ -184,0 +187,0 @@ } |
@@ -7,2 +7,9 @@ # Changelog | ||
### [6.9.1](https://www.github.com/googleapis/release-please/compare/v6.9.0...v6.9.1) (2020-11-20) | ||
### Bug Fixes | ||
* pass gh instance to submodule ([#631](https://www.github.com/googleapis/release-please/issues/631)) ([7b3e61c](https://www.github.com/googleapis/release-please/commit/7b3e61c89971918803b7fab2bb310d32442052ef)) | ||
## [6.9.0](https://www.github.com/googleapis/release-please/compare/v6.8.3...v6.9.0) (2020-11-17) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "release-please", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
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
277061
4992