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
Is your feature request related to a problem? Please describe.
Right now we are not releasing a vMAJOR tag/release pointing to the lastest version of the MAJOR stream.
The drawback of this approach is that, users MUST have to update the minor/patch version every time.
Describe the solution you'd like
For every release (either minor or patch), release an additional vMAJOR release pointing to the latest version.
Example
If we release v4.7.0, also release v4 pointing to the v4.7.0.
If v4 already exists, simply overwrite it with a new one such that it will always point to the latest.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now we are not releasing a
vMAJOR
tag/release pointing to the lastest version of theMAJOR
stream.The drawback of this approach is that, users MUST have to update the minor/patch version every time.
Describe the solution you'd like
For every release (either minor or patch), release an additional
vMAJOR
release pointing to the latest version.Example
If we release
v4.7.0
, also releasev4
pointing to thev4.7.0
.If
v4
already exists, simply overwrite it with a new one such that it will always point to the latest.Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: