Skip to content

Commit 0cd3ef2

Browse files
committed
[DOP-37884] Fix rendering NEXT_RELEASE
1 parent a3cd351 commit 0cd3ef2

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

mddocs/docs/changelog/DRAFT.md

Whitespace-only changes.

mddocs/docs/changelog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
- [Next release](./NEXT_RELEASE)
3+
- [Next release](./NEXT_RELEASE.md)
44
- [0.5.1][0.5.1]
55
- [0.5.0][0.5.0]
66
- [0.4.8][0.4.8]

mddocs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ After pull request is created, it get a corresponding number, e.g. 123 (`pr_numb
210210

211211
Data.Rentgen uses [towncrier](https://pypi.org/project/towncrier/) for changelog management.
212212

213-
To submit a change note about your PR, add a text file into the [mddocs/docs/changelog/next_release](./next_release) folder. It should contain an explanation of what applying this PR will change in the way end-users interact with the project. One sentence is usually enough but feel free to add as many details as you feel necessary for the users to understand what it means.
213+
To submit a change note about your PR, add a text file into the `mddocs/docs/changelog/next_release` folder. It should contain an explanation of what applying this PR will change in the way end-users interact with the project. One sentence is usually enough but feel free to add as many details as you feel necessary for the users to understand what it means.
214214

215215
**Use the past tense** for the text in your fragment because, combined with others, it will be a part of the “news digest” telling the readers **what changed** in a specific version of the library *since the previous version*.
216216

mddocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docs_dir: docs
44
site_dir: generated
55

66
exclude_docs: |
7-
changelog/NEXT_RELEASE.md
7+
changelog/RELEASE_TEMPLATE.md
88
changelog/next_release/
99
1010
theme:

0 commit comments

Comments
 (0)