I have a slack bot that responds to rss from this feed https://nodejs.org/en/feed/releases.xml
the problem with this feed is that the feed is becoming cluttered with minor and patch release posts
can I somehow filter only on major releases?
I assume it is impossible due to the fact it's an xml file, but maybe there's a server in the middle that can accept a query 😄
I have a slack bot that responds to rss from this feed https://nodejs.org/en/feed/releases.xml
the problem with this feed is that the feed is becoming cluttered with minor and patch release posts
can I somehow filter only on major releases?
I assume it is impossible due to the fact it's an xml file, but maybe there's a server in the middle that can accept a query 😄