release-please
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -108,2 +108,3 @@ "use strict"; | ||
const versionsManifestContent = await this.gh.getFileContents('versions.txt'); | ||
console.info('version.txt content', versionsManifestContent.parsedContent); | ||
const currentVersions = versions_manifest_1.VersionsManifest.parseVersions(versionsManifestContent.parsedContent); | ||
@@ -132,2 +133,3 @@ this.snapshot = versions_manifest_1.VersionsManifest.needsSnapshot(versionsManifestContent.parsedContent); | ||
const candidate = await this.coerceReleaseCandidate(cc, latestTag); | ||
console.info('current package versions:', currentVersions); | ||
const candidateVersions = await this.coerceVersions(cc, currentVersions); | ||
@@ -139,2 +141,3 @@ let changelogEntry = await cc.generateChangelogEntry({ | ||
}); | ||
console.info('candidate package versions:', candidateVersions); | ||
// snapshot entries are special: | ||
@@ -141,0 +144,0 @@ // 1. they don't update the README or CHANGELOG. |
@@ -7,2 +7,9 @@ # Changelog | ||
## [2.16.0](https://www.github.com/googleapis/release-please/compare/v2.15.0...v2.16.0) (2019-11-07) | ||
### Features | ||
* **logging:** add logging to track Java snapshot bug ([#307](https://www.github.com/googleapis/release-please/issues/307)) ([a072311](https://www.github.com/googleapis/release-please/commit/a072311c0d7913d6ec4bdbda6d40e423c5fa2a69)) | ||
## [2.15.0](https://www.github.com/googleapis/release-please/compare/v2.14.0...v2.15.0) (2019-11-04) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "release-please", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"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
194277
3910