Unverified Commit aacaf160 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Mark `release-2022-10-13` as yanked to fix SDK canary (#1865)

parent 9260781f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ const KNOWN_YANKED_RELEASE_TAGS: &[&str] = &[
    // There wasn't a release on this date, so this is fine for testing
    "release-2022-07-04",
    // Add release tags here to get the canary passing after yanking a release
    "release-2022-10-13",
];

#[derive(Debug, Parser, Eq, PartialEq)]