Releases
Everything on SkillVeris tagged Releases — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
.NET Versioning and LTS Releases
How .NET's release cadence, LTS vs STS support tiers, and target framework monikers work, and how to plan upgrades around them.
Canary Releases
Learn how canary releases gradually expose a small percentage of real traffic to a new version, using metrics to decide whether to expand or abort the rollout.
Git Tags and Releases
Understand how git tags mark specific commits as meaningful milestones like versions, and how lightweight vs annotated tags support release workflows and repro…