-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
cicdTask related to the CI/CD of the projectTask related to the CI/CD of the project
Description
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
earl-warren
Metadata
Metadata
Assignees
Labels
cicdTask related to the CI/CD of the projectTask related to the CI/CD of the project