We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da78dea commit 5f28712Copy full SHA for 5f28712
make-release.ps1
@@ -110,6 +110,6 @@ git commit -m ":bookmark: Bump version to $newVersion"
110
git tag -a $newVersion -m ":bookmark: Version $newVersion"
111
112
# Push changes to the remote repository
113
-git push origin master --tags
+git push origin main --tags
114
115
Write-Output "ModuleVersion updated to $newVersion. Changes committed, tagged, and pushed."
0 commit comments