File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Homepage = "https://github.com/bauer-group/nocodb-simple-client"
8888Documentation = " https://github.com/bauer-group/nocodb-simple-client#readme"
8989Repository = " 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
107107major_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 "
111111changelog_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]
You can’t perform that action at this time.
0 commit comments