Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Sep 19, 2023
1 parent 83374f8 commit d8300c8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit d8300c8

Please sign in to comment.