Skip to content

Commit

Permalink
Only use rc as the prerelease label to avoid precedence sorting probl…
Browse files Browse the repository at this point in the history
…ems.
  • Loading branch information
splatteredbits committed Feb 18, 2023
1 parent 71b6817 commit 2a02b05
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions whiskey.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PublishOn:
- prerelease
- master

Build:
- PowerShell:
IfExists: env:MSSQL_SERVICE_NAME
Expand All @@ -13,8 +13,9 @@ Build:
Path: Rivet\Rivet.psd1
PowerShellModuleName: Rivet
Prerelease:
- "*/*": alpha1
- develop: rc1
- main: ""
- master: ""
- "*": rc1

# Update the AppVeyor build/version number.
- Exec:
Expand Down Expand Up @@ -60,7 +61,7 @@ Build:
- MergeFile:
OnlyBy: BuildServer
IfExists: Rivet\Functions\*.ps1
Path:
Path:
- Test\RivetTest\Functions\*.ps1
- Test\RivetTest\RivetTest.Exports.ps1
DestinationPath: Test\RivetTest\RivetTest.psm1
Expand Down

0 comments on commit 2a02b05

Please sign in to comment.