Skip to content

Commit 228cebd

Browse files
committed
docs: korrigiere Verweise auf CHANGELOG.md in README.template und pyproject.toml
1 parent 06cc794 commit 228cebd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.template.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
526526

527527
## 📊 Changelog
528528

529-
See [CHANGELOG.MD](CHANGELOG.MD) for a detailed history of changes.
529+
See [CHANGELOG.md](CHANGELOG.md) for a detailed history of changes.
530530

531531
---
532532

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
@@ -107,7 +107,7 @@ upload_to_vcs_release = true
107107
major_on_zero = false # Prevents automatic 0.x.x -> 1.0.0 transition
108108

109109
# Changelog configuration
110-
changelog_file = "CHANGELOG.MD"
110+
changelog_file = "CHANGELOG.md"
111111
changelog_sections = [
112112
{section = "breaking", name = "Breaking Changes"},
113113
{section = "feat", name = "Features"},
@@ -144,7 +144,7 @@ include = [
144144
"/examples",
145145
"/docs",
146146
"README.MD",
147-
"CHANGELOG.MD",
147+
"CHANGELOG.md",
148148
"LICENSE",
149149
"pyproject.toml",
150150
]

0 commit comments

Comments
 (0)