Skip to content

Commit abcab10

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

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-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

0 commit comments

Comments
 (0)