Skip to content

Commit f13ae97

Browse files
committed
fix: korrigiere Dateinamen für CHANGELOG und README auf Großbuchstaben
1 parent 3109991 commit f13ae97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Homepage = "https://github.com/bauer-group/nocodb-simple-client"
8888
Documentation = "https://github.com/bauer-group/nocodb-simple-client#readme"
8989
Repository = "https://github.com/bauer-group/nocodb-simple-client.git"
9090
"Bug Tracker" = "https://github.com/bauer-group/nocodb-simple-client/issues"
91-
Changelog = "https://github.com/bauer-group/nocodb-simple-client/blob/main/CHANGELOG.md"
91+
Changelog = "https://github.com/bauer-group/nocodb-simple-client/blob/main/CHANGELOG.MD"
9292

9393
# ============================================================================
9494
# SEMANTIC RELEASE CONFIGURATION
@@ -143,8 +143,8 @@ include = [
143143
"/tests",
144144
"/examples",
145145
"/docs",
146-
"README.md",
147-
"CHANGELOG.md",
146+
"README.MD",
147+
"CHANGELOG.MD",
148148
"LICENSE",
149149
"pyproject.toml",
150150
]

0 commit comments

Comments
 (0)