diff --git a/avm/utilities/pipelines/resourcePublish/Get-ModuleTargetVersion.ps1 b/avm/utilities/pipelines/resourcePublish/Get-ModuleTargetVersion.ps1 index 9363632d75..396d9288a2 100644 --- a/avm/utilities/pipelines/resourcePublish/Get-ModuleTargetVersion.ps1 +++ b/avm/utilities/pipelines/resourcePublish/Get-ModuleTargetVersion.ps1 @@ -24,4 +24,12 @@ function Get-ModuleTargetVersion { [Parameter()] [string] $ModuleRelativePath ) + + # 1. Check if [version.json] file version property was updated (compare with previous head) + # IF so, we reset the patch/bug version back to 0 + # ELSE we call Get-ModuleTargetPatchVersion to get the next patch/bug version + + # 2. Concat the version elements + + # 3. Return the version } \ No newline at end of file