Re: [AUH][PATCH v2 6/9] upgrade-helper.py: Add minor option for minor version upgrades
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CANNYZj9xmzFLVb0ECP7LYbvtf09rafXc0CbAz7o31gNdZE6CkQ@mail.gmail.com> |
On Fri, 24 Apr 2026 at 13:46, <[email protected]> wrote: > help="extract changelog between old and new versions, highlighting CVEs") > parser.add_argument("--stable", action="store_true", default=False, > help="only upgrade to the next patch version within the stable branch (e.g. 1.2.3 -> 1.2.4)") > + parser.add_argument("--minor", action="store_true", default=False, > + help="allow upgrades within the same major version (e.g. 3.5.2 -> 3.6.0, 3.99.0)") I'm somewhat confused. When and how one would be using either of these options? What's the workflow for them? I still think it's better to place stable maintenance information directly into recipes. Alex