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
Related to #280 (but think a more simple request).
I would like to bump my repo in the standard minor fashion, however I'd also like to update the major version (/create if it doesn't exist). This is the pattern used by various GitHub Actions (like actions/checkout).
So when I go from v0.0.0 → v0.0.1, v0 would now link v0.0.1. Then later one v0.0.2 gets made, and v0 now points to v0.0.2. At some point v1.0.0 gets made, v1 gets created and now points to v1.0.0 etc. Thanks!
The text was updated successfully, but these errors were encountered:
Related to #280 (but think a more simple request).
I would like to bump my repo in the standard
minor
fashion, however I'd also like to update themajor
version (/create if it doesn't exist). This is the pattern used by various GitHub Actions (likeactions/checkout
).So when I go from
v0.0.0
→v0.0.1
,v0
would now linkv0.0.1
. Then later onev0.0.2
gets made, andv0
now points tov0.0.2
. At some pointv1.0.0
gets made,v1
gets created and now points tov1.0.0
etc. Thanks!The text was updated successfully, but these errors were encountered: