swiftweekly.github.io
swiftweekly.github.io copied to clipboard
`proposal` script does not ambiguate between Swift Evolution (SE) and Swift Server Working Group (SSWG) proposals
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.