You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: auto-version release workflow with patch/minor/major dropdown
Replace manual version string input with a choice dropdown
(patch, minor, major). The workflow computes the next semver
from the latest v* git tag automatically:
patch: 0.1.1 -> 0.1.2
minor: 0.1.1 -> 0.2.0
major: 0.1.1 -> 1.0.0
Co-authored-by: Copilot <[email protected]>
0 commit comments