Skip to content

Commit 10a25aa

Browse files
committed
Add missing files to release.toml
1 parent 482def3 commit 10a25aa

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

release.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,48 @@ file = "src/i2c.rs"
5151
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
5252
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
5353

54+
[[pre-release-replacements]]
55+
min = 0
56+
file = "src/timer.rs"
57+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
58+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
59+
60+
[[pre-release-replacements]]
61+
min = 0
62+
file = "src/timer/interrupts.rs"
63+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
64+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
65+
66+
[[pre-release-replacements]]
67+
min = 0
68+
file = "src/spi.rs"
69+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
70+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
71+
72+
[[pre-release-replacements]]
73+
min = 0
74+
file = "src/spi/config.rs"
75+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
76+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
77+
5478
[[pre-release-replacements]]
5579
min = 0
5680
file = "src/serial.rs"
5781
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
5882
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
5983

84+
[[pre-release-replacements]]
85+
min = 0
86+
file = "src/serial/config.rs"
87+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
88+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
89+
90+
[[pre-release-replacements]]
91+
min = 0
92+
file = "src/interrupts.rs"
93+
search = "https://github.com/stm32-rs/stm32f3xx-hal/blob/[a-z0-9\\.-]+/"
94+
replace = "https://github.com/stm32-rs/stm32f3xx-hal/blob/v{{version}}/"
95+
6096
[[pre-release-replacements]]
6197
min = 0
6298
file = "src/watchdog.rs"

0 commit comments

Comments
 (0)