dep-gsl/docs/upgrade_checklist.md
Carson Radtke 5230b7ea0e
ci: fix failing actions (#1255)
* ci: windows-2025 image -> use VS2026

For more info: https://github.com/actions/runner-images/issues/14017

* ci: macos -> use xcode 26.6

For more info: https://github.com/actions/runner-images/issues/13345

* fix -Wnrvo instance in dyn_array

* suppress build error in gtest w/ clangcl

* Drop Android and iOS support
2026-08-19 16:00:04 -06:00

677 B

When bumping the version, you need to update the following files:

  1. CMakeLists.txt Bump GSL_VERSION
  2. README.md Bump GIT_TAG

After updating, you need to create a new GitHub release:

  1. Microsoft/GSL - Create Release

Be sure to update the release notes accordingly and properly mention open-source contributors.

After a new release exists, update the ms-gsl vcpkg port:

  1. Microsoft/vcpkg - ms-gsl port

Be sure to monitor the PR that updates the port for any feedback from vcpkg maintainers.