You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous approach to detect if a release is the last one in a year
was incorrect. It checked if the following post was in the next year.
However, the following post doesn't have to be a release, so the check
could fail.
The result was missing year delimiters "Releases in YYYY".
A mutable variable makes it easier to track the actual year of the last
rendered release post.
0 commit comments