Skip to content

Commit cee9be7

Browse files
authored
docs: add link to v4 release notes to the changelogs (typescript-eslint#2487)
Some users use CHANGELOG.md as the source of truth for releases and don't check the github releases page. We should probably delete these files and just have everything in the GH releases page. This adds a link to the v4 releases page and adds a disclaimer to the top of the file pointing at the releases page.
1 parent 6595cf1 commit cee9be7

File tree

10 files changed

+32
-0
lines changed

10 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -16,6 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1618

1719
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1820

21+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1922

2023
### Bug Fixes
2124

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"body-max-length": [
5555
0
5656
],
57+
"body-max-line-length": [
58+
0
59+
],
5760
"footer-max-length": [
5861
0
5962
],

packages/eslint-plugin-internal/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1619

1720
### Features
1821

packages/eslint-plugin-tslint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
19+
1620
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
1721

1822

packages/eslint-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -16,6 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1618

1719
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1820

21+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1922

2023
### Bug Fixes
2124

packages/experimental-utils/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1619

1720
### Features
1821

packages/parser/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1619

1720
### Features
1821

packages/scope-manager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1619

1720
### Bug Fixes
1821

packages/shared-fixtures/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
19+
1620
**Note:** Version bump only for package @typescript-eslint/shared-fixtures
1721

1822

packages/types/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
This file is just a history of the commits included in each release.
5+
**For full release notes, please see [the github releases page](https://github.com/typescript-eslint/typescript-eslint/releases)**
46
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57

68
## [4.0.1](https://github.com/typescript-eslint/typescript-eslint/compare/v4.0.0...v4.0.1) (2020-08-31)
@@ -13,6 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1315

1416
# [4.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v3.10.1...v4.0.0) (2020-08-31)
1517

18+
## [Please see the release notes for v4.0.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0)
1619

1720
### Bug Fixes
1821

0 commit comments

Comments
 (0)