-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming LTS with a date #156
Comments
Yep this will be nice , so for this all .md files have to chance its lts: true to date of its lts start , and change lts thing from boolean to date. |
Will take up #653 and #156 together, and follow it up with the template approach from #757 (comment). With all of these together, I think the API becomes much more useful. |
Closes #156. Instead of setting `lts: true`, you can now set `lts: YYYY-MM-DD` and the release will be marked as lts: true beyond that date. In case the date is in the future, the release will be marked as an upcoming LTS. Updated dates for 4 products to comply with these changes: - Debian - Looker - Nodejs - RHEL
Closes #156. Instead of setting `lts: true`, you can now set `lts: YYYY-MM-DD` and the release will be marked as lts: true beyond that date. In case the date is in the future, the release will be marked as an upcoming LTS. Updated dates for 4 products to comply with these changes: - Debian - Looker - Nodejs - RHEL
Filed #1268 for the same. Are there any other pages that need a future LTS? I've covered Node,RHEL, Debian, and Looker for now. |
Closes #156. Instead of setting `lts: true`, you can now set `lts: YYYY-MM-DD` and the release will be marked as lts: true beyond that date. In case the date is in the future, the release will be marked as an upcoming LTS. Updated dates for 4 products to comply with these changes: - Debian - Looker - Nodejs - RHEL
For Node.js the even-numbered releases (12, 14, etc.) become LTS after six months. It would be nice if we can enter the upcoming date as
lts: 2021-10-26
and the LTS flag will be there after the specified date.The text was updated successfully, but these errors were encountered: