Skip to content

Commit 0d21793

Browse files
authored
docs: add releases EOL section (#2700)
* docs: add releases EOL section * docs: add releases EOL section to website
1 parent cd1fbd8 commit 0d21793

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
- [Shared configuration](#shared-configuration)
2727
- [API](#api)
2828
- [Tools](#tools)
29-
- [Roadmap](#roadmap)
30-
- [Version Support](#version-support)
29+
- [Version Support and Releaes](#version-support-and-releaes)
3130
- [Related projects](#related-projects)
3231
- [License](#license)
3332
- [Development](#development)
@@ -176,11 +175,27 @@ is room and need for improvement. The items on the roadmap should enhance `commi
176175
- [ ] **DX**: Incorporate an extended version of [lennym/commit-template](https://github.com/lennym/commit-template) deducing a template from commitlint configuration
177176
- [ ] **DX**: Rewrite `@commitlint/prompt` for better usability (might involve a lot of yak-shaving)
178177

179-
## Version Support
178+
## Version Support and Releaes
180179

181180
- Node.js [LTS](https://github.com/nodejs/LTS#lts-schedule) `>= 12`
182181
- git `>= 2.13.2`
183182

183+
### Releases
184+
185+
Security patches will be applied to versions which are not yet EOL.
186+
Features will only be applied to the current main version.
187+
188+
| Release | Inital release | End-of-life |
189+
| -------------------------------------------------------------------------------- | -------------- | ----------- |
190+
| [v13](https://github.com/conventional-changelog/commitlint/releases/tag/v13.0.0) | 24.05.2021 | 24.05.2022 |
191+
| [v12](https://github.com/conventional-changelog/commitlint/releases/tag/v12.0.0) | 23.02.2021 | 23.02.2022 |
192+
| [v11](https://github.com/conventional-changelog/commitlint/releases/tag/v11.0.0) | 13.09.2020 | 13.09.2020 |
193+
194+
_Dates are subject to change._
195+
196+
We're not a sponsored OSS project. Therefor we can't promise that we will release patch versions for older releases in a timley manner.
197+
If you are stuck on an older version and need a security patch we're happy if you can provide a PR.
198+
184199
## Related projects
185200

186201
- [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Local setup](guides-local-setup.md)
44
- [CI setup](guides-ci-setup.md)
55
- [Use prompt](guides-use-prompt.md)
6+
- [Releases](guides-releases.md)
67
- [Upgrade commitlint](guides-upgrade.md)
78

89
- **Concepts**

docs/guides-releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Releases
2+
3+
Security patches will be applied to versions which are not yet EOL.
4+
Features will only be applied to the current main version.
5+
6+
| Release | Inital release | End-of-life |
7+
| -------------------------------------------------------------------------------- | -------------- | ----------- |
8+
| [v13](https://github.com/conventional-changelog/commitlint/releases/tag/v13.0.0) | 24.05.2021 | 24.05.2022 |
9+
| [v12](https://github.com/conventional-changelog/commitlint/releases/tag/v12.0.0) | 23.02.2021 | 23.02.2022 |
10+
| [v11](https://github.com/conventional-changelog/commitlint/releases/tag/v11.0.0) | 13.09.2020 | 13.09.2020 |
11+
12+
_Dates are subject to change._
13+
14+
We're not a sponsored OSS project. Therefor we can't promise that we will release patch versions for older releases in a timley manner.
15+
If you are stuck on an older version and need a security patch we're happy if you can provide a PR.

0 commit comments

Comments
 (0)