@monodeploy/types
Advanced tools
Comparing version 3.0.0-rc.1 to 3.0.0-rc.2
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.10.5](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.10.4...@monodeploy/types@0.10.5) "@monodeploy/types" (2022-01-06)<a name="0.10.5"></a> | ||
### Bug Fixes | ||
* perform no-op if base branch is tagged (#462) ([6d22a53](https://github.com/tophat/monodeploy/commits/6d22a53)) | ||
## [0.10.4](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.10.3...@monodeploy/types@0.10.4) "@monodeploy/types" (2021-10-25)<a name="0.10.4"></a> | ||
@@ -7,0 +16,0 @@ |
@@ -49,3 +49,3 @@ /// <reference types="node" /> | ||
*/ | ||
baseBranch: string; | ||
baseBranch?: string; | ||
/** | ||
@@ -52,0 +52,0 @@ * The git ref which marks the "end point" of package change discovery. |
{ | ||
"name": "@monodeploy/types", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0-rc.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
18800