Skip to content

Commit ec8b050

Browse files
chore: convert changelog to markdown (#5672)
* chore: move changelog to markdown * chore: switch to simpler block def Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes * chore: handle more block ends Signed-off-by: Henry Schreiner <[email protected]> * docs: fix md display Signed-off-by: Henry Schreiner <[email protected]> * docs: one more fix Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e625668 commit ec8b050

File tree

10 files changed

+3183
-3858
lines changed

10 files changed

+3183
-3858
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ docs:
22
all:
33
- changed-files:
44
- all-globs-to-all-files:
5-
- '!docs/changelog.rst'
5+
- '!docs/changelog.md'
66
- '!docs/upgrade.rst'
77
- base-branch: "^(?!dependabot).*"
88
- base-branch: "^(?!pre-commit-ci).*"

.github/labeler_merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
needs changelog:
44
- all:
55
- changed-files:
6-
- all-globs-to-all-files: "!docs/changelog.rst"
6+
- all-globs-to-all-files: "!docs/changelog.md"
77
- base-branch: "^(?!dependabot).*"
88
- base-branch: "^(?!pre-commit-ci).*"

.github/pull_request_template.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ It is recommended to use conventional commit format, see conventionalcommits.org
99

1010
## Suggested changelog entry:
1111

12-
<!-- Fill in the below block with the expected RestructuredText entry. Delete if no entry needed;
13-
but do not delete header or rst block if an entry is needed! Will be collected via a script. -->
12+
<!-- Fill in the block below with the expected entry. Delete if no entry needed;
13+
but do not delete the header if an entry is needed! Will be collected via a script. -->
1414

15-
```rst
16-
17-
```
18-
19-
<!-- If the upgrade guide needs updating, note that here too -->
15+
* Placeholder.

docs/changelog.md

Lines changed: 3070 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)