From 7a86d3bac3fe6f545030fa69642d647112c0712b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 10 May 2017 11:19:12 -0400 Subject: [PATCH] docs: Document Check.context type change Check contexts must now be slugs. Document this in the release notes. Signed-off-by: Stephen Finucane --- .../notes/slugify-check-context-dc586f204b5058a7.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml diff --git a/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml b/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml new file mode 100644 index 00000000..4930325e --- /dev/null +++ b/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + The ``context`` field for patch checks must now be slug, or a string + consisting of only ASCII letters, numbers, underscores or hyphens. While + older, non-slugified strings won't cause issues, any scripts creating + contexts must be updated where necessary. -- 2.47.3