File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,17 @@ function Initialize-ScriptVariables {
210
210
}
211
211
}
212
212
213
+ # Print warning about Gentoo ebuild
214
+ function Write-GentooEbuildWarning {
215
+ [OutputType ([void ])]
216
+ Param ()
217
+
218
+ NewLine
219
+ Write-Host ' Create a new tinyorm Gentoo ebuild after bumping TinyOrm version number' `
220
+ - ForegroundColor Red
221
+ NewLine
222
+ }
223
+
213
224
# Determine whether the deploy.ps1 script was executed from the TinyORM root folder (contains
214
225
# the .git/ folder)
215
226
function Test-GitRoot {
@@ -1733,6 +1744,9 @@ Invoke-UpdateVcpkgPorts
1733
1744
# Merge develop to main and and push to origin/main
1734
1745
Invoke-MergeDevelopAndDeploy - Message ' Vcpkg ports were updated and deployed successfully. 🥳'
1735
1746
1747
+ # Warnings on what must be done after the deployment
1748
+ Write-GentooEbuildWarning
1749
+
1736
1750
<#
1737
1751
. Synopsis
1738
1752
The TinyORM library bumping version numbers and deployment script
You can’t perform that action at this time.
0 commit comments