@monodeploy/types
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [3.7.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.7.0...@monodeploy/types@3.7.1) "@monodeploy/types" (2023-03-03)<a name="3.7.1"></a> | ||
### Bug Fixes | ||
* allow auto-committing without persisting versions (#593) ([761fa8a](https://github.com/tophat/monodeploy/commits/761fa8a)) | ||
## [3.7.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@3.6.0...@monodeploy/types@3.7.0) "@monodeploy/types" (2023-02-14)<a name="3.7.0"></a> | ||
@@ -7,0 +16,0 @@ |
@@ -120,3 +120,4 @@ /// <reference types="node" /> | ||
* The filename to write changelogs to, assuming a conventional changelog config has been set. | ||
* Use '<packageDir>' to reference the cwd of an individual workspace. | ||
* Use '<packageDir>' to reference the cwd of an individual workspace. You should also enable | ||
* 'autoCommit' when this is set so that the changelogs are committed to your repo. | ||
*/ | ||
@@ -151,3 +152,5 @@ changelogFilename?: string; | ||
* is enabled. It can be useful to disable version persistence if you do not want your CI | ||
* environment to write back to your Git repository. Useful for runners like Jenkins. | ||
* environment to write back to your Git repository. Useful for runners like Jenkins. You | ||
* should also enable 'autoCommit' when this is set so that the changelogs are committed | ||
* to your repo. | ||
* | ||
@@ -158,3 +161,4 @@ * @default false | ||
/** | ||
* Whether to automatically create a release commit, for use with persistVersions. | ||
* Whether to automatically create a release commit after a publish. If using autoCommit, | ||
* you must also have one of 'persistVersions' or 'changelogFilename' set. | ||
* | ||
@@ -161,0 +165,0 @@ * @default false |
{ | ||
"name": "@monodeploy/types", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
25340
319