Commit 79d7d98
authored
docs(versions): Dynamically determine latest stable & deprecated (#203)
* docs(versions): Automatically determine latest stable & deprecated
This removes the need to add a tag `deprecated` to previous versions
during the release process.
Before this change when 1.27.1 is released, 1.27.0 changelog file needs
to be updated with `deprecated` tag.
Overall we can do this by leveraging some key ideas:
1. changelog's contain a `date: 2022-05-02 23:37:12 +0000` section in
frontmatter that is never changed. This means a newer patch version
for any `{major.minor}` will always have a newer `date`.
2. we only commit to maintaining (backporting) the latest
3 {major.minor} versions/branches.
* docs(versions): Remove unnecessary deprecated tag in changelogs
* chore(netlify): Bump HUGO version
* Revert "chore(netlify): Bump HUGO version"
This reverts commit fc318ea.
* docs(versions): format per older hugo version
* docs(versions): only lookup changelogs, not index1 parent 43c2801 commit 79d7d98
227 files changed
Lines changed: 78 additions & 241 deletions
File tree
- content/en
- changelogs
- docs/releases
- layouts/shortcodes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
0 commit comments