kiegroup / kiegroup/git-backporting
Automate generic `v<MAJOR>` release creation
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 13
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 4
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.