Skip to content

Commit 4655369

Browse files
authored
Rename CHANGELOG to CHANGELOG.md (#1148)
1 parent 817c77f commit 4655369

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ backwards-incompatible changes.
3131
- Ensure that GitHub Actions reports no errors.
3232

3333
- Update the version number in `typing_extensions/pyproject.toml` and in
34-
`typing_extensions/CHANGELOG`.
34+
`typing_extensions/CHANGELOG.md`.
3535

3636
- Make sure your environment is up to date
3737

File renamed without changes.

typing_extensions/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
[project.urls]
4646
Home = "https://github.com/python/typing/blob/master/typing_extensions/README.rst"
4747
Repository = "https://github.com/python/typing"
48-
Changes = "https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG"
48+
Changes = "https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md"
4949
Documentation = "https://typing.readthedocs.io/"
5050
"Bug Tracker" = "https://github.com/python/typing/issues"
5151
"Q & A" = "https://github.com/python/typing/discussions"
@@ -58,7 +58,7 @@ email = "[email protected]"
5858

5959
[tool.flit.sdist]
6060
include = [
61-
"CHANGELOG",
61+
"CHANGELOG.md",
6262
"README.rst",
6363
"*/test*.py"
6464
]

0 commit comments

Comments
 (0)