Skip to content

Commit 0034790

Browse files
authored
Merge pull request #80 from nodejs/feed-update
Feed Updated 🍿
2 parents eb463e0 + 8c160cf commit 0034790

File tree

3 files changed

+146
-4
lines changed

3 files changed

+146
-4
lines changed

config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"lastCheckTimestamp": 1711238968382,
2+
"lastCheckTimestamp": 1711915471255,
33
"reposPaginationLimit": 250,
44
"releasePaginationLimit": 10,
55
"commentsPaginationLimit": 100,
66
"retrospective": {
7-
"lastDay": "2023-12-31",
8-
"nextDay": "2024-01-07"
7+
"lastDay": "2024-01-07",
8+
"nextDay": "2024-01-14"
99
},
1010
"breakDelimiter": "</image>",
1111
"discussionsInScope": [

feed.xml

+48-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,59 @@
88
<pubDate>Tue, 13 Jun 2023 04:17:50 GMT</pubDate>
99
<language>en-us</language>
1010
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
11-
<lastBuildDate>Sun, 24 Mar 2024 00:09:00 GMT</lastBuildDate>
11+
<lastBuildDate>Sun, 31 Mar 2024 20:04:00 GMT</lastBuildDate>
1212
<image>
1313
<title>Node.js News</title>
1414
<url>https://nodejs.org/static/images/logo-hexagon-card.png</url>
1515
<link>https://github.com/nodejs/nodejs-news-feeder</link>
1616
</image>
17+
<item>
18+
<title>Retrospective for nodejs from 2024-01-07 to 2024-01-14</title>
19+
<description><![CDATA[<p>Reporting on 66 Issues from 23 authors, 34 Pull Requests from 18 authors, and 8 Discussions from 8 authors.</p>]]></description>
20+
<pubDate>Sun, 07 Jan 2024 00:00:00 GMT</pubDate>
21+
<link>https://github.com/cutenode/retro-weekly/blob/main/retros/2024-01-07.md</link>
22+
<guid>https://github.com/cutenode/retro-weekly/blob/main/retros/2024-01-07.md</guid>
23+
</item>
24+
<item>
25+
<title>Released nodejs/node v20.12.0</title>
26+
<description><![CDATA[<p>Released nodejs/node v20.12.0 by richardlau. <a href="https://github.com/nodejs/node/releases/tag/v20.12.0">More details</a></p>
27+
]]></description>
28+
<pubDate>Tue, 26 Mar 2024 18:01:00 GMT</pubDate>
29+
<link>https://github.com/nodejs/node/releases/tag/v20.12.0</link>
30+
<guid>https://github.com/nodejs/node/releases/tag/v20.12.0</guid>
31+
</item>
32+
<item>
33+
<title>Released nodejs/node v18.20.0</title>
34+
<description><![CDATA[<p>Released nodejs/node v18.20.0 by richardlau. <a href="https://github.com/nodejs/node/releases/tag/v18.20.0">More details</a></p>
35+
]]></description>
36+
<pubDate>Tue, 26 Mar 2024 18:00:00 GMT</pubDate>
37+
<link>https://github.com/nodejs/node/releases/tag/v18.20.0</link>
38+
<guid>https://github.com/nodejs/node/releases/tag/v18.20.0</guid>
39+
</item>
40+
<item>
41+
<title>Released nodejs/node-gyp v10.1.0</title>
42+
<description><![CDATA[<p>Released nodejs/node-gyp v10.1.0 by github-actions[bot]. <a href="https://github.com/nodejs/node-gyp/releases/tag/v10.1.0">More details</a></p>
43+
]]></description>
44+
<pubDate>Mon, 25 Mar 2024 18:04:00 GMT</pubDate>
45+
<link>https://github.com/nodejs/node-gyp/releases/tag/v10.1.0</link>
46+
<guid>https://github.com/nodejs/node-gyp/releases/tag/v10.1.0</guid>
47+
</item>
48+
<item>
49+
<title>Released nodejs/undici v6.10.2</title>
50+
<description><![CDATA[<p>Released nodejs/undici v6.10.2 by ronag. <a href="https://github.com/nodejs/undici/releases/tag/v6.10.2">More details</a></p>
51+
]]></description>
52+
<pubDate>Wed, 27 Mar 2024 09:36:00 GMT</pubDate>
53+
<link>https://github.com/nodejs/undici/releases/tag/v6.10.2</link>
54+
<guid>https://github.com/nodejs/undici/releases/tag/v6.10.2</guid>
55+
</item>
56+
<item>
57+
<title>Released nodejs/undici v6.10.1</title>
58+
<description><![CDATA[<p>Released nodejs/undici v6.10.1 by mcollina. <a href="https://github.com/nodejs/undici/releases/tag/v6.10.1">More details</a></p>
59+
]]></description>
60+
<pubDate>Wed, 27 Mar 2024 09:49:00 GMT</pubDate>
61+
<link>https://github.com/nodejs/undici/releases/tag/v6.10.1</link>
62+
<guid>https://github.com/nodejs/undici/releases/tag/v6.10.1</guid>
63+
</item>
1764
<item>
1865
<title>Retrospective for nodejs from 2023-12-31 to 2024-01-07</title>
1966
<description><![CDATA[<p>Reporting on 52 Issues from 30 authors, 48 Pull Requests from 30 authors, and 7 Discussions from 7 authors.</p>]]></description>

index.html

+95
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,101 @@ <h2>Latest News</h2>
176176
<div class="feed-items">
177177

178178

179+
<hr>
180+
<article>
181+
<h3>
182+
Retrospective for nodejs from 2024-01-07 to 2024-01-14
183+
</h3>
184+
<p>Reporting on 66 Issues from 23 authors, 34 Pull Requests from 18 authors, and 8 Discussions from 8 authors.</p>
185+
<p class="feed-time">
186+
Sun, 07 Jan 2024 00:00:00 GMT
187+
</p>
188+
<a class="feed-link" href="https://github.com/cutenode/retro-weekly/blob/main/retros/2024-01-07.md">
189+
read more
190+
</a>
191+
</article>
192+
193+
194+
<hr>
195+
<article>
196+
<h3>
197+
Released nodejs/node v20.12.0
198+
</h3>
199+
<p>Released nodejs/node v20.12.0 by richardlau. <a href="https://github.com/nodejs/node/releases/tag/v20.12.0">More details</a></p>
200+
201+
<p class="feed-time">
202+
Tue, 26 Mar 2024 18:01:00 GMT
203+
</p>
204+
<a class="feed-link" href="https://github.com/nodejs/node/releases/tag/v20.12.0">
205+
read more
206+
</a>
207+
</article>
208+
209+
210+
<hr>
211+
<article>
212+
<h3>
213+
Released nodejs/node v18.20.0
214+
</h3>
215+
<p>Released nodejs/node v18.20.0 by richardlau. <a href="https://github.com/nodejs/node/releases/tag/v18.20.0">More details</a></p>
216+
217+
<p class="feed-time">
218+
Tue, 26 Mar 2024 18:00:00 GMT
219+
</p>
220+
<a class="feed-link" href="https://github.com/nodejs/node/releases/tag/v18.20.0">
221+
read more
222+
</a>
223+
</article>
224+
225+
226+
<hr>
227+
<article>
228+
<h3>
229+
Released nodejs/node-gyp v10.1.0
230+
</h3>
231+
<p>Released nodejs/node-gyp v10.1.0 by github-actions[bot]. <a href="https://github.com/nodejs/node-gyp/releases/tag/v10.1.0">More details</a></p>
232+
233+
<p class="feed-time">
234+
Mon, 25 Mar 2024 18:04:00 GMT
235+
</p>
236+
<a class="feed-link" href="https://github.com/nodejs/node-gyp/releases/tag/v10.1.0">
237+
read more
238+
</a>
239+
</article>
240+
241+
242+
<hr>
243+
<article>
244+
<h3>
245+
Released nodejs/undici v6.10.2
246+
</h3>
247+
<p>Released nodejs/undici v6.10.2 by ronag. <a href="https://github.com/nodejs/undici/releases/tag/v6.10.2">More details</a></p>
248+
249+
<p class="feed-time">
250+
Wed, 27 Mar 2024 09:36:00 GMT
251+
</p>
252+
<a class="feed-link" href="https://github.com/nodejs/undici/releases/tag/v6.10.2">
253+
read more
254+
</a>
255+
</article>
256+
257+
258+
<hr>
259+
<article>
260+
<h3>
261+
Released nodejs/undici v6.10.1
262+
</h3>
263+
<p>Released nodejs/undici v6.10.1 by mcollina. <a href="https://github.com/nodejs/undici/releases/tag/v6.10.1">More details</a></p>
264+
265+
<p class="feed-time">
266+
Wed, 27 Mar 2024 09:49:00 GMT
267+
</p>
268+
<a class="feed-link" href="https://github.com/nodejs/undici/releases/tag/v6.10.1">
269+
read more
270+
</a>
271+
</article>
272+
273+
179274
<hr>
180275
<article>
181276
<h3>

0 commit comments

Comments
 (0)