Skip to content

Commit 0aaa4f6

Browse files
committed
docs: add releases EOL section
1 parent 9b41009 commit 0aaa4f6

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

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

179-
## Version Support
179+
## Version Support and Releaes
180180

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

184+
### Releases
185+
186+
Security patches will be applied to versions which are not yet EOL.
187+
Features will only be applied to the current main version.
188+
189+
| Release | Inital release | End-of-life |
190+
| -------------------------------------------------------------------------------- | -------------- | ----------- |
191+
| [v13](https://github.com/conventional-changelog/commitlint/releases/tag/v13.0.0) | 24.05.2021 | 24.05.2022 |
192+
| [v12](https://github.com/conventional-changelog/commitlint/releases/tag/v12.0.0) | 23.02.2021 | 23.02.2022 |
193+
| [v11](https://github.com/conventional-changelog/commitlint/releases/tag/v11.0.0) | 13.09.2020 | 13.09.2020 |
194+
195+
_Dates are subject to change._
196+
197+
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.
198+
If you are stuck on an older version and need a security patch we're happy if you can provide a PR.
199+
184200
## Related projects
185201

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

0 commit comments

Comments
 (0)