Skip to content

Commit 461a06f

Browse files
committed
Set MinVer minimum major and minor version to 5.0
1 parent d8bdaa0 commit 461a06f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
id: version
4242
run: |
4343
dotnet tool install --global minver-cli --version 7.0.0
44-
version=$(minver --tag-prefix v)
44+
version=$(minver --tag-prefix v --minimum-major-minor 5.0)
45+
4546
echo "version=$version" >> $GITHUB_OUTPUT
4647
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
4748
echo "### Version: $version" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)