Generate_feed vs generate_feeds

I’m not sure, but I think the intention was to not break anything. That’s at least how I read the first two commits in Added support for multiple feeds.

But with Zola v0.19.0, I get this error:

Building site...
Error: Failed to serve the site
Error: TOML parse error at line 17, column 1
   |
17 | generate_feed = true
   | ^^^^^^^^^^^^^
unknown field `generate_feed`,  expected one of <long-list-including-generate-feeds>

Can someone confirm, that generate_feed should still work, or is the necessary change to generate_feeds (with the extra s at the end) intended? Not a big deal, but I’m curious.

It’s intended, it should be generate_feeds now.