@lerna/collect-updates
Advanced tools
Comparing version 3.12.0 to 3.12.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.12.1](https://github.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14) | ||
### Bug Fixes | ||
* **collect-updates:** Do not skip change detection when `--since` provided ([6ff53d6](https://github.com/lerna/lerna/commit/6ff53d6)), closes [#1927](https://github.com/lerna/lerna/issues/1927) | ||
# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14) | ||
@@ -8,0 +19,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
if (refCount === "0" && forced.size === 0) { | ||
if (refCount === "0" && forced.size === 0 && !committish) { | ||
// no commits since previous release | ||
@@ -30,0 +30,0 @@ log.notice("", "Current HEAD is already released, skipping change detection."); |
{ | ||
"name": "@lerna/collect-updates", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "An internal Lerna tool", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e2cc514e55a4b520258769a80648b42c45eea9f4" | ||
"gitHead": "ad49245ec5fe586a0906b67e5b12bfebd041dffa" | ||
} |
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
17289