swiftweekly.github.io icon indicating copy to clipboard operation
swiftweekly.github.io copied to clipboard

`proposal` script does not ambiguate between Swift Evolution (SE) and Swift Server Working Group (SSWG) proposals

Open BasThomas opened this issue 5 years ago • 0 comments

Describe the problem

As pointed out in #529, some SSWG-proposals in the newsletter were incorrectly showing as "SE" proposals.

The issue lies here, where we hard code "SE"; we should get "SE" or "SSWG" from context instead.

BasThomas avatar Jun 19 '20 07:06 BasThomas