Skip to content

Commit

Permalink
tools deploy Gentoo ebuild warning
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed May 5, 2024
1 parent 5b79996 commit 4ec5bb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,17 @@ function Initialize-ScriptVariables {
}
}

# Print warning about Gentoo ebuild
function Write-GentooEbuildWarning {
[OutputType([void])]
Param()

NewLine
Write-Host 'Create a new tinyorm Gentoo ebuild after bumping TinyOrm version number' `
-ForegroundColor Red
NewLine
}

# Determine whether the deploy.ps1 script was executed from the TinyORM root folder (contains
# the .git/ folder)
function Test-GitRoot {
Expand Down Expand Up @@ -1733,6 +1744,9 @@ Invoke-UpdateVcpkgPorts
# Merge develop to main and and push to origin/main
Invoke-MergeDevelopAndDeploy -Message 'Vcpkg ports were updated and deployed successfully. 🥳'

# Warnings on what must be done after the deployment
Write-GentooEbuildWarning

<#
.Synopsis
The TinyORM library bumping version numbers and deployment script
Expand Down

0 comments on commit 4ec5bb2

Please sign in to comment.