Skip to content

Commit 4cf691d

Browse files
committed
chore: try updating release-plz.toml
1 parent af31385 commit 4cf691d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

crates/mdbook-permalinks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This file is autogenerated using [release-plz](https://release-plz.dev).
1010

1111
### <!-- 1 --> Fixed
1212

13-
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` ([#24](https://github.com/tonywu6/mdbookkit/pull/24)) [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
13+
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
1414

1515
## 2.0.0
1616

crates/mdbook-rustdoc-links/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This file is autogenerated using [release-plz](https://release-plz.dev).
1010

1111
### <!-- 1 --> Fixed
1212

13-
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` ([#24](https://github.com/tonywu6/mdbookkit/pull/24)) [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
13+
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
1414

1515
## 2.0.0
1616

crates/mdbookkit/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This file is autogenerated using [release-plz](https://release-plz.dev).
1010

1111
### <!-- 1 --> Fixed
1212

13-
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` ([#24](https://github.com/tonywu6/mdbookkit/pull/24)) [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
13+
- Ignore the new [`optional` preprocessor option](https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html#optional-preprocessors) when deserializing `book.toml` [`52e54ec`](https://github.com/tonywu6/mdbookkit/commit/52e54ec23ce40a90a065956d9d784298d7507fd8)
1414

1515
## 2.0.0
1616

release-plz.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ body = """
2929
3030
{%- macro print_commit(commit) -%}
3131
32-
- {% if commit.breaking %}**\\[BREAKING\\]** {% endif %}\
32+
- {% if commit.remote.pr_number -%}\
33+
[`#{{ commit.remote.pr_number }}`]({{ remote.link }}/pull/{{ commit.remote.pr_number }})\
34+
{%- endif %} \
35+
{% if commit.breaking %}**\\[BREAKING\\]** {% endif %}\
3336
{{ commit.message }} \
3437
[`{{ commit.id | truncate(length=7, end="") }}`]({{ remote.link }}/commit/{{ commit.id }})\
3538
{%- raw %}\n\n{% endraw -%}
@@ -64,7 +67,7 @@ body = """
6467
link_parsers = [{ pattern = "#(\\d+)", href = "{{ remote.link }}/issues/$1" }]
6568

6669
postprocessors = [
67-
{ pattern = ".*", replace_command = "pnpm dlx prettier@3 --parser markdown --prose-wrap never" },
70+
{ pattern = ".*", replace_command = "pnpm dlx prettier@3 --parser markdown --stdin-filepath CHANGELOG.md" },
6871
]
6972

7073
[[changelog.commit_parsers]]

0 commit comments

Comments
 (0)