Skip to content
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

Closed
BiNZGi opened this issue Oct 28, 2020 · 3 comments · Fixed by #1268
Closed

Upcoming LTS with a date #156

BiNZGi opened this issue Oct 28, 2020 · 3 comments · Fixed by #1268
Labels
enhancement New feature or request Hacktoberfest Issues that are good first picks for Hacktoberfest participants

Comments

@BiNZGi
Copy link
Member

BiNZGi commented Oct 28, 2020

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.

@captn3m0 captn3m0 added the enhancement New feature or request label Apr 7, 2021
@usta
Copy link
Member

usta commented Jul 5, 2021

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.
And also add a line of if for lts that if its date is less then current date write (Upcoming LTS) otherwise (LTS)

@captn3m0 captn3m0 added good first issue Hacktoberfest Issues that are good first picks for Hacktoberfest participants labels Sep 30, 2021
@captn3m0
Copy link
Member

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.

captn3m0 added a commit that referenced this issue May 30, 2022
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
captn3m0 added a commit that referenced this issue May 30, 2022
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
@captn3m0
Copy link
Member

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.

captn3m0 added a commit that referenced this issue May 30, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest Issues that are good first picks for Hacktoberfest participants
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants