Consolidate drivers versions
See original GitHub issueRelease workflow for coverlet is not simple due to different versions of drivers.
Now that we’re ready to sign our package the things will be worse.
My proposal and after @clairernovotny’s advice is to consolidate coverlet version since next release 3.0.0 to allow automatic sign/deploy from pipeline.
Sure, we have different features supported for different drivers, but we can document with a md.
Possible new release workflow:
- Move all version on master to
x.x.x-preview.{height}and release on nightly release once a day if there are new commits. - When release remove
-preview.{height}create a release branchrel/vx.x.xwhere we fix the version onversion.jsonof packages. - Update pipeline to manual release a signed version to nuget directly from release branch.
@tonerdo can you enable master protection(merge only using PR)?So I can work using branch(no more fork) without fear 😄 @clairernovotny can you take a look at plan and give further advice if you see something wrong or improvable?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Consolidate Your Data: How to Combine Multiple Storage ...
With the Windows Storage Spaces tool, you can pair your hard drives together to consolidate data and add redundancies to all your drives....
Read more >Supporting multiple operating system versions
This page describes how to make a driver package support different functionality on multiple operating system versions.
Read more >Combine drivers from multiple Win7 installs to single image
Combine drivers from multiple Win7 installs to single image · create a boot CD with imageX · take a . · take ....
Read more >How to merge the existing C & D drive in one
2. To merge by the steps using EaseUS Partition Master Free version to merge both C & D drives,. 3. Some steps are...
Read more >Dell Family Driver Packs
Latitude and Mobile Precision Windows 11 (22H2) Windows 11 (21H2) ver 2110 Windows...
E15 RPL 9440 Family A03 (07/24/23) A03 (07/24/23) A03 (07/2...
E15 RPL...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@tonerdo added protected branch for master https://github.com/coverlet-coverage/coverlet/settings/branches 1 approver no direct push allowed to master also for admin.
That said, do you agree on packages version alignment to 3.0 from next release?
@MarcoRossignoli I’m willing to allow this since it better answers the question “What feature set of coverlet am I currently using?”. Feel free to implement this in the next release