mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 13:06:43 +00:00
trying script with git tag --merged
This commit is contained in:
parent
f68382d831
commit
5b4523a965
2 changed files with 6 additions and 9 deletions
2
.github/scripts/GenerateVersionNumber.ps1
vendored
2
.github/scripts/GenerateVersionNumber.ps1
vendored
|
|
@ -1,4 +1,4 @@
|
|||
$latestVersions = git tag --merged origin/master
|
||||
$latestVersions = git tag --merged
|
||||
$latestVersion = [version]"0.0.0"
|
||||
Foreach ($version in $latestVersions) {
|
||||
Write-Host $version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue